Skip to main content

Module error

Module error 

Source
Expand description

Error types shared by the tree loader and high-level config API.

The lower-level API reports ConfigTreeError. The high-level confique integration wraps those traversal failures together with dotenv loading, Figment extraction, config parsing, schema serialization, and IO errors in ConfigError.

Enums§

ConfigError
Errors produced by high-level config loading and template generation.
ConfigTreeError
Errors produced while traversing a recursive config tree.

Type Aliases§

BoxError
Boxed error type used by custom loaders.
Result
Result type used by the lower-level tree API.