Class ASCredentialIdentityStoreErrorCode
- java.lang.Object
-
- apple.authenticationservices.enums.ASCredentialIdentityStoreErrorCode
-
public final class ASCredentialIdentityStoreErrorCode extends java.lang.Object[@enum] ASCredentialIdentityStoreErrorCode [@constant] ASCredentialIdentityStoreErrorCodeInternalError The operation failed due to an internal error. [@constant] ASCredentialIdentityStoreErrorCodeStoreDisabled The operation failed because the credential identity store is disabled. [@constant] ASCredentialIdentityStoreErrorCodeStoreBusy The operation failed because the credential identity store is busy. Attempt the operation again at a later time.
-
-
Field Summary
Fields Modifier and Type Field Description static longInternalErrorstatic longStoreBusystatic longStoreDisabled
-
-
-
Field Detail
-
InternalError
public static final long InternalError
- See Also:
- Constant Field Values
-
StoreDisabled
public static final long StoreDisabled
- See Also:
- Constant Field Values
-
StoreBusy
public static final long StoreBusy
- See Also:
- Constant Field Values
-
-