Skip to main content

Module error

Module error 

Source
Expand description

Error definitions

Enums§

BuilderError
CbqError
Error
The main error type for the binseq library, encompassing all possible error cases that can occur during binary sequence operations.
ExtensionError
FastxEncodingError
HeaderError
Errors specific to processing and validating binary sequence headers
IndexError
Errors related to VBQ file indexing
ReadError
Errors that can occur while reading binary sequence data
WriteError
Errors that can occur while writing binary sequence data

Traits§

IntoBinseqError
Trait for converting arbitrary errors into Error

Type Aliases§

Result
Custom Result type for binseq operations, wrapping the custom Error type