Package apple.accounts.enums
Class ACErrorCode
- java.lang.Object
-
- apple.accounts.enums.ACErrorCode
-
public final class ACErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intAccessDeniedByProtectionPolicyDue to the current protection policy in effect, we couldn't fetch a credentialstatic intAccessInfoInvalidThe client's access info dictionary has incorrect or missing values.static intAccountAlreadyExistsAccount wasn't added because it already exists.static intAccountAuthenticationFailedAccount wasn't saved because authentication of the supplied credential failed.static intAccountMissingRequiredPropertyAccount wasn't saved because it is missing a required property.static intAccountNotFoundAccount wasn't deleted because it could not be found.static intAccountTypeInvalidAccount wasn't saved because the account type is invalid.static intClientPermissionDeniedYour client does not have access to the requested data.static intCoreDataSaveFailedSomething broke below us when we tried to the CoreData store.static intCredentialItemNotExpiredCredential item wasn't removed because it has not yet expired.static intCredentialItemNotFoundCredential item wasn't saved because it could not be found.static intCredentialNotFoundYo, I tried to find your credential, but it must have run off!static intDeniedByPluginA plugin prevented the expected action to occur.static intFailedSerializingAccountInfostatic intFetchCredentialFailedSomething bad happened on the way to the keychainstatic intInvalidClientBundleIDThe client making the request does not have a valid bundle ID.static intInvalidCommandstatic intMissingTransportMessageIDstatic intPermissionDeniedThe operation didn't complete because the user denied permission.static intRemoveCredentialFailedUnable to remove credentialstatic intStoreCredentialFailedUnable to store credentialstatic intUnknownstatic intUpdatingNonexistentAccountAccount save failed because the account being updated has been removed.
-
-
-
Field Detail
-
Unknown
public static final int Unknown
- See Also:
- Constant Field Values
-
AccountMissingRequiredProperty
public static final int AccountMissingRequiredProperty
Account wasn't saved because it is missing a required property.- See Also:
- Constant Field Values
-
AccountAuthenticationFailed
public static final int AccountAuthenticationFailed
Account wasn't saved because authentication of the supplied credential failed.- See Also:
- Constant Field Values
-
AccountTypeInvalid
public static final int AccountTypeInvalid
Account wasn't saved because the account type is invalid.- See Also:
- Constant Field Values
-
AccountAlreadyExists
public static final int AccountAlreadyExists
Account wasn't added because it already exists.- See Also:
- Constant Field Values
-
AccountNotFound
public static final int AccountNotFound
Account wasn't deleted because it could not be found.- See Also:
- Constant Field Values
-
PermissionDenied
public static final int PermissionDenied
The operation didn't complete because the user denied permission.- See Also:
- Constant Field Values
-
AccessInfoInvalid
public static final int AccessInfoInvalid
The client's access info dictionary has incorrect or missing values.- See Also:
- Constant Field Values
-
ClientPermissionDenied
public static final int ClientPermissionDenied
Your client does not have access to the requested data.- See Also:
- Constant Field Values
-
AccessDeniedByProtectionPolicy
public static final int AccessDeniedByProtectionPolicy
Due to the current protection policy in effect, we couldn't fetch a credential- See Also:
- Constant Field Values
-
CredentialNotFound
public static final int CredentialNotFound
Yo, I tried to find your credential, but it must have run off!- See Also:
- Constant Field Values
-
FetchCredentialFailed
public static final int FetchCredentialFailed
Something bad happened on the way to the keychain- See Also:
- Constant Field Values
-
StoreCredentialFailed
public static final int StoreCredentialFailed
Unable to store credential- See Also:
- Constant Field Values
-
RemoveCredentialFailed
public static final int RemoveCredentialFailed
Unable to remove credential- See Also:
- Constant Field Values
-
UpdatingNonexistentAccount
public static final int UpdatingNonexistentAccount
Account save failed because the account being updated has been removed.- See Also:
- Constant Field Values
-
InvalidClientBundleID
public static final int InvalidClientBundleID
The client making the request does not have a valid bundle ID.- See Also:
- Constant Field Values
-
DeniedByPlugin
public static final int DeniedByPlugin
A plugin prevented the expected action to occur.- See Also:
- Constant Field Values
-
CoreDataSaveFailed
public static final int CoreDataSaveFailed
Something broke below us when we tried to the CoreData store.- See Also:
- Constant Field Values
-
FailedSerializingAccountInfo
public static final int FailedSerializingAccountInfo
- See Also:
- Constant Field Values
-
InvalidCommand
public static final int InvalidCommand
- See Also:
- Constant Field Values
-
MissingTransportMessageID
public static final int MissingTransportMessageID
- See Also:
- Constant Field Values
-
CredentialItemNotFound
public static final int CredentialItemNotFound
Credential item wasn't saved because it could not be found.- See Also:
- Constant Field Values
-
CredentialItemNotExpired
public static final int CredentialItemNotExpired
Credential item wasn't removed because it has not yet expired.- See Also:
- Constant Field Values
-
-