doot._interface
Type Aliases
Enums
Enum where members are also (and must be) ints |
Module Contents
- doot._interface.Loadable: TypeAlias = pl.Path | Traversable
- class doot._interface.ExitCodes[source]
Bases:
enum.IntEnumEnum where members are also (and must be) ints
- SUCCESS = 0
- UNKNOWN_FAIL = -1
- NOT_SETUP = -2
- EARLY = -3
- MISSING_CONFIG = -4
- BAD_CONFIG = -5
- BAD_CMD = -6
- TASK_FAIL = -7
- BAD_STATE = -8
- BAD_STRUCT = -9
- TRACKING_FAIL = -10
- BACKEND_FAIL = -11
- FRONTEND_FAIL = -12
- DOOT_FAIL = -13
- NOT_IMPLEMENTED = -14
- IMPORT_FAIL = -15
- PYTHON_FAIL = -16
- INITIAL = -99