Database operation exception.
More...
|
override string | Message [get] |
| Get the error description of exception.
|
|
string | ErrorType [get] |
| Get the error type of exception.
|
|
int | ErrorCode [get] |
| Get the error code of exception.
|
|
BsonDocument | ErrorObject [get] |
| Get the error object. When database try to tell the user what error happen in engine, it will merge all the error information, and return it by an BSONObject. When no detail, error object is null.
|
|
Database operation exception.
SequoiaDB.BaseException.ErrorCode |
|
get |
Get the error code of exception.
SequoiaDB.BaseException.ErrorObject |
|
get |
Get the error object. When database try to tell the user what error happen in engine, it will merge all the error information, and return it by an BSONObject. When no detail, error object is null.
SequoiaDB.BaseException.ErrorType |
|
get |
Get the error type of exception.
SequoiaDB.BaseException.Message |
|
get |
Get the error description of exception.
The documentation for this class was generated from the following file: