Expand description
Error types for the crate.
Enums§
- Error
- Top-level error type returned by the library.
- Result
Error - Domain errors that mirror the JS
result.errorobject shapes. These are not fatalResult::Errvalues; they are returned inside the successful result so callers can inspect partial outcomes.