NIMDatabaseExceptionType Constants Reference

Declared in NIMDatabaseException.h

NIMDatabaseExceptionType

Database type exception

Definition

typedef NS_ENUM(NSInteger, NIMDatabaseExceptionType ) {
   NIMDatabaseExceptionTypeBadDb,
   NIMDatabaseExceptionTypeFull,
};

Constants

NIMDatabaseExceptionTypeBadDb

Corrupted database

Declared In NIMDatabaseException.h.

NIMDatabaseExceptionTypeFull

The disk space is full

Declared In NIMDatabaseException.h.

Declared In

NIMDatabaseException.h