VpnManager.ExtraErrorCode Field

Definition

Extra for an error code, as an int.

[Android.Runtime.Register("EXTRA_ERROR_CODE", ApiSince=33)]
public const string ExtraErrorCode;
[<Android.Runtime.Register("EXTRA_ERROR_CODE", ApiSince=33)>]
val mutable ExtraErrorCode : string

Field Value

Attributes

Remarks

Extra for an error code, as an int.

<ul> <li>For #CATEGORY_EVENT_NETWORK_ERROR, this is one of the ERROR_CODE_NETWORK_* constants. <li>For #CATEGORY_EVENT_IKE_ERROR, this is one of values defined in android.net.ipsec.ike.exceptions.IkeProtocolException.ERROR_TYPE_*. </ul> For non-error categories, this extra is not populated.

Java documentation for android.net.VpnManager.EXTRA_ERROR_CODE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to