Share via


VcnManager.VcnErrorCodeInternalError Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Vcn.VcnErrorCode enum directly instead of this field.

Value indicating that an internal failure occurred in this Gateway Connection.

[Android.Runtime.Register("VCN_ERROR_CODE_INTERNAL_ERROR", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.VcnErrorCode enum directly instead of this field.", true)]
public const Android.Net.Vcn.VcnErrorCode VcnErrorCodeInternalError = 0;
[<Android.Runtime.Register("VCN_ERROR_CODE_INTERNAL_ERROR", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.VcnErrorCode enum directly instead of this field.", true)>]
val mutable VcnErrorCodeInternalError : Android.Net.Vcn.VcnErrorCode

Field Value

Value = 0
Attributes

Remarks

Value indicating that an internal failure occurred in this Gateway Connection.

Java documentation for android.net.vcn.VcnManager.VCN_ERROR_CODE_INTERNAL_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.

Applies to