pyinfra.api.exceptions module¶
-
exception
pyinfra.api.exceptions.DeployError¶ Bases:
pyinfra.api.exceptions.PyinfraErrorUser exception for raising in deploys or sub deploys.
-
exception
pyinfra.api.exceptions.NoGroupError¶ Bases:
pyinfra.api.exceptions.PyinfraError,TypeErrorRaise when an inventory is missing a group.
-
exception
pyinfra.api.exceptions.NoHostError¶ Bases:
pyinfra.api.exceptions.PyinfraError,TypeErrorRaised when an inventory is missing a host.
-
exception
pyinfra.api.exceptions.OperationError¶ Bases:
pyinfra.api.exceptions.PyinfraErrorException raised during fact gathering staging if an operation is unable to generate output/change state.
-
exception
pyinfra.api.exceptions.PyinfraError¶ Bases:
ExceptionGeneric pyinfra exception.