Skip to main content

Module error

Module error 

Source
Expand description

Error types for the clawft framework.

Provides ClawftError as the top-level error type and ChannelError for channel-specific failures. Both are non-exhaustive to allow future extension without breaking downstream.

Enums§

ChannelError
Channel-specific error type.
ClawftError
Top-level error type for the clawft framework.

Type Aliases§

Result
A convenience alias used throughout the crate.