Module CoreError

Module CoreError 

Source
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§

ErrorContext
Error context providing additional information
MountainError
Base Mountain error type

Enums§

ErrorKind
Category of error
ErrorSeverity
Severity level of an error

Type Aliases§

Result
Result type alias for Mountain operations