Skip to main content

Module error

Module error 

Source
Expand description

Shared error types: the boxed Error and NotFound. Shared error types used across the crate.

Structs§

NotFound
Marker error indicating a requested resource does not exist.

Functions§

has_not_found_io_error
Check if an error has ErrorKind::NotFound in its chain

Type Aliases§

Error
The crate’s general-purpose error: any boxed, thread-safe std::error::Error.