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§
- Channel
Error - Channel-specific error type.
- Clawft
Error - Top-level error type for the clawft framework.
Type Aliases§
- Result
- A convenience alias used throughout the crate.