errors
relationalai.config
Exceptions and context helpers for configuration errors.
These errors are raised when loading or validating configuration with the
create_config factory function.
Classes
Classes exposed by this module.
ConfigError Represents a configuration error. Re-exported from
relationalai.config.errors.exceptions. ConfigFileNotFoundError Raised when no configuration file can be found. Re-exported from
relationalai.config.errors.exceptions. ConfigValidationError Raise when configuration data fails validation. Re-exported from
relationalai.config.errors.exceptions. ConfigFieldMissingError Raised when a required configuration field is missing. Re-exported from
relationalai.config.errors.exceptions. ConfigFieldTypeError Raised when a configuration field has an unexpected type. Re-exported from
relationalai.config.errors.exceptions. AttemptedSource Information about a config source that was tried but failed. Re-exported from
relationalai.config.errors.exceptions. ConfigErrorContext Track where a configuration error occurred. Re-exported from
relationalai.config.errors.context. ConfigSourceType Identify where configuration data was loaded from. Re-exported from
relationalai.config.errors.context. Modules and Subpackages
Submodules and subpackages available under this namespace.
context Context information for config errors.
exceptions Custom exception classes for config error handling.