VpnManager.CategoryEventIkeError 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.
An IKE protocol error occurred.
[Android.Runtime.Register("CATEGORY_EVENT_IKE_ERROR", ApiSince=33)]
public const string CategoryEventIkeError;
[<Android.Runtime.Register("CATEGORY_EVENT_IKE_ERROR", ApiSince=33)>]
val mutable CategoryEventIkeError : string
Field Value
- Attributes
Remarks
An IKE protocol error occurred.
Codes (in #EXTRA_ERROR_CODE
) are the codes from android.net.ipsec.ike.exceptions.IkeProtocolException
, as defined by IANA in "IKEv2 Notify Message Types - Error Types".
Java documentation for android.net.VpnManager.CATEGORY_EVENT_IKE_ERROR
.
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.