[][src]Module microkv::errors

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

Structs

KVError

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

Enums

ErrorType

ErrorType defines the general implementation-level errors that may be reached during runtime execution.

Type Definitions

Result

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