.. _doot.errors.struct: ================== doot.errors.struct ================== .. py:module:: doot.errors.struct .. autoapi-nested-parse:: These are the doot specific errors that can occur Exceptions ---------- .. autoapisummary:: doot.errors.struct.StructError doot.errors.struct.StructLoadError Module Contents =============== .. _doot.errors.struct.StructError: .. py:exception:: StructError Bases: :py:obj:`doot.errors._base.BackendError` The base class for all Doot Errors will try to % format the first argument with remaining args in str() .. _doot.errors.struct.StructLoadError: .. py:exception:: StructLoadError Bases: :py:obj:`StructError` An error indicating a task could not be loaded correctly from its TOML spec .. py:attribute:: general_msg :value: 'Doot Task Load Failure:'