enum LMDB::Error::Code

Defined in:

lmdb/error.cr

Enum Members

Sucess = 0
KeyExist = -30799
NotFound = -30798
PageNotFound = -30797
Corrupted = -30796
Panic = -30795
VersionMismatch = -30794
Invalid = -30793
MapFull = -30792
DbsFull = -30791
ReadersFull = -30790
TlsFull = -30789
TxnFull = -30788
CursorFull = -30787
PageFull = -30786
MapResized = -30785
Incompatible = -30784
BadRSlot = -30783
BadTxn = -30782
BadValSize = -30781
BadDbi = -30780

Instance Method Summary

Instance Method Detail

def bad_dbi? #

[View source]
def bad_r_slot? #

[View source]
def bad_txn? #

[View source]
def bad_val_size? #

[View source]
def corrupted? #

[View source]
def cursor_full? #

[View source]
def dbs_full? #

[View source]
def incompatible? #

[View source]
def invalid? #

[View source]
def key_exist? #

[View source]
def map_full? #

[View source]
def map_resized? #

[View source]
def not_found? #

[View source]
def page_full? #

[View source]
def page_not_found? #

[View source]
def panic? #

[View source]
def readers_full? #

[View source]
def sucess? #

[View source]
def tls_full? #

[View source]
def txn_full? #

[View source]
def version_mismatch? #

[View source]