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§
- Config
Error - Errors produced by high-level config loading and template generation.
- Config
Tree Error - Errors produced while traversing a recursive config tree.