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.

Tasks

  • – code

    The code on a DBError object is always listed in the DBErrorCode enum.

Instance Methods

code

The code on a DBError object is always listed in the DBErrorCode enum.

- (DBErrorCode)code

Declared In

DBError.h