Module error

Source
Expand description

this module provides the base Error type for the library This module implements the core Error type for the framework and provides a Result type alias for convenience.

Enums§

Error
The Error type enumerates various errors that can occur within the framework.

Type Aliases§

Result
a type alias for a Result with a Error