doot.errors.config

These are the doot specific errors that can occur

Exceptions

ConfigError

Although the doot config was loaded, its format was incorrect

InvalidConfigError

Trying to read either a 'doot.toml' or task toml file,

MissingConfigError

An expecting core config value was not found

VersionMismatchError

Although the doot config was loaded, its format was incorrect

Module Contents

exception doot.errors.config.ConfigError[source]

Bases: doot.errors._base.UserError

Although the doot config was loaded, its format was incorrect

general_msg = 'Doot Config Error:'
exception doot.errors.config.InvalidConfigError[source]

Bases: ConfigError

Trying 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: ConfigError

An expecting core config value was not found

general_msg = 'Doot Config Error:'
exception doot.errors.config.VersionMismatchError[source]

Bases: ConfigError

Although the doot config was loaded, its format was incorrect

general_msg = 'Doot Version Mismatch:'