Skip to main content

Module error

Module error 

Source
Expand description

Error types for claw-core.

All public API errors are represented by ClawError, a typed enum backed by thiserror. Downstream crates should match on ClawError variants rather than on the underlying error sources.

Enums§

ClawError
The unified error type for claw-core operations.

Type Aliases§

ClawResult
Convenience alias for Result<T, ClawError>.