Skip to main content

Module khive_error

Module khive_error 

Source
Expand description

Unified cross-crate error model: KhiveError, ErrorKind, ErrorCode, Details, RetryHint.

Structs§

Details
Bounded key/value metadata attached to a KhiveError (max 8 pairs).
ErrorCode
Domain-scoped numeric error code.
KhiveError
Unified error type for the khive runtime.

Enums§

ErrorDomain
Domain that owns the error code namespace.
ErrorKind
Semantic error category — maps to HTTP status codes.
RetryHint
Guidance to callers on whether retrying the operation makes sense.