doot.errors.config
These are the doot specific errors that can occur
Exceptions
Although the doot config was loaded, its format was incorrect |
|
Trying to read either a 'doot.toml' or task toml file, |
|
An expecting core config value was not found |
|
Although the doot config was loaded, its format was incorrect |
Module Contents
- exception doot.errors.config.ConfigError[source]
Bases:
doot.errors._base.UserErrorAlthough the doot config was loaded, its format was incorrect
- general_msg = 'Doot Config Error:'
- exception doot.errors.config.InvalidConfigError[source]
Bases:
ConfigErrorTrying to read either a ‘doot.toml’ or task toml file, something went wrong.
- general_msg = 'Invalid Doot Config:'
- exception doot.errors.config.MissingConfigError[source]
Bases:
ConfigErrorAn expecting core config value was not found
- general_msg = 'Doot Config Error:'
- exception doot.errors.config.VersionMismatchError[source]
Bases:
ConfigErrorAlthough the doot config was loaded, its format was incorrect
- general_msg = 'Doot Version Mismatch:'