| Class | Description |
|---|---|
| ErrorCodes |
Nitrite error codes
|
| ErrorMessage |
Represents Nitrite error message.
|
| Exception | Description |
|---|---|
| FilterException |
Exception thrown during find operations due to
invalid filter configuration.
|
| IndexingException |
Exception thrown while handling with nitrite database index.
|
| InvalidIdException | |
| InvalidOperationException |
Exception thrown when a requested operation is not
allowed to be executed.
|
| NitriteException |
Represents a generic nitrite database runtime error.
|
| NitriteIOException |
Represents a generic database I/O error.
|
| NotIdentifiableException |
Exception thrown when an object is not uniquely identifiable.
|
| ObjectMappingException |
Exception thrown while mapping of
Document from
objects fails or vice versa. |
| SecurityException |
Exception thrown when a database security error occurs.
|
| SyncException |
Exception thrown when a problem encountered during replication.
|
| UniqueConstraintException |
Exception thrown when any modification in a collection
violates unique constraint.
|
| ValidationException |
Exception thrown when a validation fails.
|
Various exceptions used in Nitrite.