Expand description
Public error types returned by this crate.
Enumsยง
- Bond
Error - 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. - Error
Kind - 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.