Module microkv::errors

source ·
Expand description

Defines a portable error-handling module for use when encountering runtime exceptions.

Structs

Encapsulates an ErrorType, and is what ultimately gets returned to any user-facing code when and exception is handled.

Enums

Defines the general implementation-level errors that may be reached during runtime.

Type Definitions

Aliases a custom Result type to return our specific error type.