Module fdb_rl::raw_record::error
source · Expand description
Provides error constants for raw record module.
Also see src/error.rs for assigned error ranges.
Constants
- Error occurred when trying to create a value of type
RawRecordCursorusing thebuildmethod. - Error occured when parsing the key or value
- The cursor state machine entered an invalid state.
- The
TupleSchemaused to create a primary key is invalid. - The
Tupleused for primary key does not match its schema.