Exceptions
If an exception occurs the KeychainCore framework will throw NSError
with the error domain
set to the area of code where the error took
place, the code
set to the error code value, and the userInfo
set
to the error message associated with the error code. These errors can
also be caught if you are using Swift.
Error Domains
Error Domain | Description |
---|---|
AssetErrorDomain |
An exception occurred in the |
ContactErrorDomain |
An exception occurred in the |
FacadeErrorDomain |
An exception occurred in the |
GatewayErrorDomain |
An exception occurred in the |
MonitorErrorDomain |
An exception occurred in the |
PersonaErrorDomain |
An exception occurred in the |
SettingsErrorDomain |
An exception occurred in the |
TransactionErrorDomain |
An exception occurred in the |
UriErrorDomain |
An exception occurred in the |
VerificationErrorDomain |
An exception occurred in the |