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.
ConfigErrorRepresents a configuration error. Re-exported from
relationalai.config.errors.exceptions.ConfigCloseErrorRaised when one or more configured connections fail to close. Re-exported from
relationalai.config.errors.exceptions.ConfigFileNotFoundErrorRaised when no configuration file can be found. Re-exported from
relationalai.config.errors.exceptions.ConfigValidationErrorRaise when configuration data fails validation. Re-exported from
relationalai.config.errors.exceptions.ConfigFieldMissingErrorRaised when a required configuration field is missing. Re-exported from
relationalai.config.errors.exceptions.ConfigFieldTypeErrorRaised when a configuration field has an unexpected type. Re-exported from
relationalai.config.errors.exceptions.AttemptedSourceInformation about a config source that was tried but failed. Re-exported from
relationalai.config.errors.exceptions.ConfigErrorContextTrack where a configuration error occurred. Re-exported from
relationalai.config.errors.context.ConfigSourceTypeIdentify where configuration data was loaded from. Re-exported from
relationalai.config.errors.context.Modules and Subpackages
Submodules and subpackages available under this namespace.
contextContext information for config errors.
exceptionsCustom exception classes for config error handling.