ConfigFileNotFoundError
relationalai.config.errors.exceptions
ConfigFileNotFoundError( message: str, attempted_sources: list[AttemptedSource] | None = None)Raised when no configuration file can be found.
This error is typically raised by create_config when it
cannot discover a config file in any supported location.
Parameters
Section titled “Parameters”
(messagestr) - Human-readable error message.
(attempted_sourceslist[AttemptedSource], default:None) - Sources that were checked and why each one failed.
Attributes
Section titled “Attributes”.attempted_sources
Section titled “.attempted_sources”ConfigFileNotFoundError.attempted_sources: list[AttemptedSource]Structured information about each attempted source.