VpnManager.ExtraErrorCode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.