Aracılığıyla paylaş


KeyStoreException.ErrorInternalSystemError Field

Definition

Caution

This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.

An internal system error - refer to #isTransientFailure() to determine whether re-trying the operation is likely to yield different results.

[Android.Runtime.Register("ERROR_INTERNAL_SYSTEM_ERROR", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)]
public const Android.Security.KeyStoreExceptionError ErrorInternalSystemError = 4;
[<Android.Runtime.Register("ERROR_INTERNAL_SYSTEM_ERROR", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)>]
val mutable ErrorInternalSystemError : Android.Security.KeyStoreExceptionError

Field Value

Value = 4
Attributes

Remarks

An internal system error - refer to #isTransientFailure() to determine whether re-trying the operation is likely to yield different results.

Java documentation for android.security.KeyStoreException.ERROR_INTERNAL_SYSTEM_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