This topic lists the error handling conventions for the Client
API.
Error Handling
Following the conventions of error handling in Objective-C an NSError object is used. NSError objects typically define an error domain which denotes the errors that can occur within that domain. The error domain for the Client API is SkyVaultMobileErrorDomain.
A table listing all error codes can be found in the Error Codes Table.