doot.errors.state
These are the doot specific errors that can occur
Exceptions
The base class for all Doot Errors |
|
A failure occurred while accessing task state using a key. |
|
For failures to access, expand, or constraint state keys |
|
The base class for all Doot Errors |
|
The base class for all Doot Errors |
|
The base class for all Doot Errors |
Module Contents
- exception doot.errors.state.StateError[source]
Bases:
doot.errors._base.BackendErrorThe base class for all Doot Errors will try to % format the first argument with remaining args in str()
- exception doot.errors.state.KeyAccessError[source]
Bases:
StateErrorA failure occurred while accessing task state using a key.
- exception doot.errors.state.KeyExpansionError[source]
Bases:
StateErrorFor failures to access, expand, or constraint state keys
- exception doot.errors.state.InjectionError[source]
Bases:
StateErrorThe base class for all Doot Errors will try to % format the first argument with remaining args in str()
- exception doot.errors.state.LocationError[source]
Bases:
StateErrorThe base class for all Doot Errors will try to % format the first argument with remaining args in str()
- exception doot.errors.state.GlobalStateMismatch[source]
Bases:
StateErrorThe base class for all Doot Errors will try to % format the first argument with remaining args in str()