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