Skip to main content

Module error

Module error 

Source
Expand description

Errors surfaced by the host framework.

Format wrappers also produce these; a CLAP-specific status comes back as Error::Format { format: "clap", code, message } rather than its own variant, so consumers can match on “did anything fail?” without enumerating per-format codes.

Enums§

Error
Top-level error type for the host framework.

Type Aliases§

Result
Result alias for rack operations.