Expand description
Defines a portable error-handling module for use when encountering runtime exceptions.
Structs§
- KVError
- Encapsulates an ErrorType, and is what ultimately gets returned to any user-facing code when and exception is handled.
Enums§
- Error
Type - Defines the general implementation-level errors that may be reached during runtime.
Type Aliases§
- Result
- Aliases a custom
Result
type to return our specific error type.