doot.errors.struct

These are the doot specific errors that can occur

Exceptions

StructError

The base class for all Doot Errors

StructLoadError

An error indicating a task could not be loaded correctly from its TOML spec

Module Contents

exception doot.errors.struct.StructError[source]

Bases: doot.errors._base.BackendError

The base class for all Doot Errors will try to % format the first argument with remaining args in str()

exception doot.errors.struct.StructLoadError[source]

Bases: StructError

An error indicating a task could not be loaded correctly from its TOML spec

general_msg = 'Doot Task Load Failure:'