Expand description
§Core Error Types
Provides the base error types and traits used across Mountain. All Mountain errors should implement or use these core types.
Structs§
- Error
Context - Error context providing additional information
- Mountain
Error - Base Mountain error type
Enums§
- Error
Kind - Category of error
- Error
Severity - Severity level of an error
Type Aliases§
- Result
- Result type alias for Mountain operations