Skip to main content

Module error

Module error 

Source
Expand description

Public error types returned by this crate.

Enumsยง

BondError
Errors surfaced by the API This is the main error type returned by all public methods in this crate. It wraps various underlying error types (IO, SQLite, serialization) as well as domain-specific errors like NotFound or AlreadyExists. The kind() method allows callers to categorize errors for consistent CLI rendering.
ErrorKind
Coarse error categories used by the CLI to pick a color. This is not an exhaustive list of all error cases, just broad buckets for consistent CLI rendering.