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
(messagestr) - Human-readable error message.
(context:class:, default:~relationalai.config.errors.ConfigErrorContextNone) - Location information (file, profile, connection) when known.
Attributes
.message
ConfigError.message: strHuman-readable error message.
.context
ConfigError.context: :class:`~relationalai.config.errors.ConfigErrorContext`, optionalLocation information (file, profile, connection) when known.
Inheritance Hierarchy
Subclassed By
config > errors > exceptions ├── ConfigFieldMissingError ├── ConfigFieldTypeError ├── ConfigFileNotFoundError └── ConfigValidationError