DBError Class Reference
Inherits from | NSError |
Declared in | DBError.h |
Overview
The DBError class is a subclass of NSError that always has domain
set to DBErrorDomain
.
Any method that can potentially fail will return a DBError object via the last parameter. Additionally, errors that happen in the background via syncing can also be retrieved, such as the error property on DBFileStatus.