exceptions
relationalai.config.errors
Custom exception classes for config error handling.
Classes
Classes exposed by this module.
AttemptedSource Information about a config source that was tried but failed.
ConfigError Represents a configuration error.
ConfigCloseError Raised when one or more configured connections fail to close.
ConfigFileNotFoundError Raised when no configuration file can be found.
ConfigValidationError Raise when configuration data fails validation.
ConfigFieldMissingError Raised when a required configuration field is missing.
ConfigFieldTypeError Raised when a configuration field has an unexpected type.