Config errors¶ ConfigKeyError ¶ Bases: Exception Raised when config key is not found. Attributes: Name Type Description key str | list[str] Missing config key. ConfigValueError ¶ Bases: Exception Raised when config key's value is invalid. Attributes: Name Type Description key str | list[str] Invalid config key. value Any | None Key's correct value.