ConfigError
relationalai.config.errors.exceptions
ConfigError(message: str, context: ConfigErrorContext | None = None)Represents a configuration error.
Config loading and validation objects raise subclasses of this exception.
Parameters
Section titled “Parameters”
(messagestr) - Human-readable error message.
(context:class:, default:~relationalai.config.errors.ConfigErrorContextNone) - Location information (file, profile, connection) when known.
Attributes
Section titled “Attributes”.context
Section titled “.context”ConfigError.context: :class:`~relationalai.config.errors.ConfigErrorContext`, optionalLocation information (file, profile, connection) when known.
Inheritance Hierarchy
Section titled “Inheritance Hierarchy”Subclassed By
Section titled “Subclassed By”config > errors > exceptions ├── ConfigFieldMissingError ├── ConfigFieldTypeError ├── ConfigFileNotFoundError └── ConfigValidationError