Module errors

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

ErrorType
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.