DataAccessErrorType
#include <bb/data/DataAccessErrorType>
To link against this class, add the following line to your .pro file: LIBS += -lbbdata
Represents types of data access errors.
The DataAccessErrorType class enumerates the types of data access errors that can occur during a data load or save operation.
Classes which use this include DataAccessError and DataAccessReply.
BlackBerry 10.0.0
Public Types Index
enum TypeNone = 0, SourceNotFound = 1, ConnectionFailure = 2, OperationFailure = 3 |
Public Types
Represents types of data access errors.
BlackBerry 10.0.0
- None = 0
No error occurred.
- SourceNotFound = 1
The source url or file was not defined, was not found or (for databases) could not be created.
- ConnectionFailure = 2
An error occurred with a remote connection or connecting to an existing database.
- OperationFailure = 3
An error occurred performing the data operation.