AttemptedSource
relationalai.config.errors.exceptions
AttemptedSource(source_name: str, error_message: str, file_path: str | None = None)Information about a config source that was tried but failed.
Attributes
Section titled “Attributes”.source_name
Section titled “.source_name”AttemptedSource.source_name: strName of the source (e.g., “RAIConfig (raiconfig.yaml)”)
.error_message
Section titled “.error_message”AttemptedSource.error_message: strWhy it failed (e.g., “File not found”, “YAML parsing error”)
.file_path
Section titled “.file_path”AttemptedSource.file_path: str | NonePath to the file that was tried
Possible Members:
-
str -
None
Used By
Section titled “Used By”config > errors > exceptions └── ConfigFileNotFoundError