ACErrorCode Enum

Definition

An enumeration whose values indicate various errors relating to accessing accounts.

public enum ACErrorCode
type ACErrorCode = 
Inheritance
ACErrorCode

Fields

AccessDeniedByProtectionPolicy 10

Indicates that the current protection policy stopped the credentials from being fetched.

AccessInfoInvalid 8

Indicates that the client access information dictionary is missing values or contains incorrect values.

AccountAlreadyExits 5

Indicates that an attempt was made to add an account that already exists.

AccountAuthenticationFailed 3

Indicates that the account was not saved because authentication of its credentials failed.

AccountMissingRequiredProperty 2

Indicates the the account was not saved because it was missing a required property.

AccountNotFound 6

Indicates that the account was not found, and therefore could not be deleted.

AccountTypeInvalid 4

Indicates that the account was not saved because it was of an invalid type.

ClientPermissionDenied 9

Indicates that the client was denied permission.

CoreDataSaveFailed 18

Indicates that Core Data failed to save the account.

CredentialItemNotExpired 23

Indicates that the credential item wasn't expired.

CredentialItemNotFound 22

Indicates that the credential item was not found.

CredentialNotFound 11

Indicates that the credential was not found.

DeniedByPlugin 17

Indicates that the operation was denied by a plug-in.

FailedSerializingAccountInfo 19

Indicates that the account information could not be serialized.

FetchCredentialFailed 12

Indicates that the credentials could not be fetched.

InvalidClientBundleID 16

Indicates that the client did not have a valid bundle identifier.

InvalidCommand 20

Indicates that the command was invalid.

MissingMessageID 21

Indicates that the message identifier was missing.

MissingTransportMessageId 21

Indicates that the message identifier was missing.

PermissionDenied 7

Indicates that the application did not have permission to complete the operation.

RemoveCredentialFailed 14

Indicates that the credentials could not be removed from the Keychain.

StoreCredentialFailed 13

Indicates that the credentials were not stored in the Keychain.

Unknown 1

Indicates that an unknown error occurred.

UpdatingNonexistentAccount 15

Indicates that the target account of an updated did not exist.

Applies to