Module fdb::error

source · []
Expand description

Provides FdbError type, FdbResult type alias and error constants.

Structs

Error type for this crate.

Constants

Error occurred while opening database.

Error occured when trying to pack Subspace containing an incomplete Versionstamp. Prefix contains an incomplete Versionstamp, which is not allowed.

Error occured when trying to unpack a key. The provided key is not contained in the Subspace.

Error occurred extracting a Tuple value from Bytes.

Error occurred while getting a value from the tuple.

Error occurred when calling strinc, as the prefix supplied is either empty or contains only 0xFF.

Error occured when trying to pack Tuple containing an incomplete Versionstamp. Multiple incomplete Versionstamp found.

Error occured when trying to pack Tuple containing an incomplete Versionstamp. No incomplete Versionstamp found.

Type Definitions