Skip to main content

Module error

Module error 

Source
Expand description

Error types for the crate.

Enums§

Error
Top-level error type returned by the library.
ResultError
Domain errors that mirror the JS result.error object shapes. These are not fatal Result::Err values; they are returned inside the successful result so callers can inspect partial outcomes.

Type Aliases§

Result