Module sstable::error[][src]

Structs

Status encapsulates a StatusCode and an error message. It can be displayed, and also implements Error. io::Error can be converted into Status.

Enums

StatusCode describes various failure modes of database operations.

Functions

err returns a new Status wrapped in a Result.

Type Definitions

The sstable result type.