Expand description
Typed error types for the Oxios kernel public API.
Library consumers should match on these variants for structured error handling.
Internal implementation uses anyhow and wraps into KernelError::Internal.
Enums§
- Error
Category - Error categories for recovery decisions and monitoring.
- Http
Status - HTTP status code mapping (independent of any web framework).
- Kernel
Error - Oxios kernel error type.
Type Aliases§
- Kernel
Result - Convenience alias for results using
KernelError.