Share via


GetCredentialException.TypeInterrupted Field

Definition

The error type value for when the given operation failed due to internal interruption.

[Android.Runtime.Register("TYPE_INTERRUPTED", ApiSince=34)]
public const string TypeInterrupted;
[<Android.Runtime.Register("TYPE_INTERRUPTED", ApiSince=34)>]
val mutable TypeInterrupted : string

Field Value

Attributes

Remarks

The error type value for when the given operation failed due to internal interruption. Retrying the same operation should fix the error.

Java documentation for android.credentials.GetCredentialException.TYPE_INTERRUPTED.

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