The operation failed because the application does not have permission to perform the operation.
SDKs
- iOS 5.0+
- macOS 10.8+
- Mac Catalyst 13.0+
Framework
- Accounts
Declaration
ACErrorPermissionDenied = 7
The operation failed because the application does not have permission to perform the operation.
SDKs
Framework
ACErrorPermissionDenied = 7
ACError Unknown
An unknown error occurred.
ACError Account Missing Required Property
An account was not saved because a required property is missing.
ACError Account Authentication Failed
An account was not saved because authentication of its credential failed.
ACError Account Type Invalid
An account was not saved because its account type is invalid.
ACError Account Already Exists
An account was not added because it already exists.
ACError Account Not Found
An account was not deleted because it could not be found.
ACError Access Info Invalid
The client's access info dictionary has incorrect or missing values.
ACError Client Permission Denied
The client does not have access to the requested data.
ACError Access Denied By Protection Policy
Due to the current protection policy, the credentials could not be fetched.
ACError Credential Not Found
No credentials were found.
ACError Fetch Credential Failed
The credentials could not be fetched from Keychain.
ACError Store Credential Failed
The credentials could not be stored in Keychain.
ACError Remove Credential Failed
The credentials could not be removed from Keychain.
ACError Updating Nonexistent Account
Account save failed because the account being updated has been removed.
ACError Invalid Client Bundle ID
The client making the request does not have a valid bundle ID.