Expand description
Error types for the daemon crate.
Typed error hierarchy for post-cortex-daemon.
Carries variants for the transport surface (HTTP / gRPC / MCP /
stdio) and delegates domain errors downward. Error::grpc_status
maps each variant to a tonic::Status; Error::http_status gives
the matching http::StatusCode for axum handlers.
Enums§
- Error
- Errors produced by the daemon’s transport layer.
Type Aliases§
- Result
- Crate-level result alias.