pyinfra.api.exceptions module¶
-
exception
pyinfra.api.exceptions.ConnectError¶ Bases:
PyinfraErrorException raised when connecting fails.
-
exception
pyinfra.api.exceptions.DeployError¶ Bases:
PyinfraErrorUser exception for raising in deploys or sub deploys.
-
exception
pyinfra.api.exceptions.InventoryError¶ Bases:
PyinfraErrorException raised for inventory related errors.
-
exception
pyinfra.api.exceptions.NoConnectorError¶ Bases:
PyinfraError,TypeErrorRaised when a requested connector is missing.
-
exception
pyinfra.api.exceptions.NoGroupError¶ Bases:
PyinfraError,TypeErrorRaise when an inventory is missing a group.
-
exception
pyinfra.api.exceptions.NoHostError¶ Bases:
PyinfraError,TypeErrorRaised when an inventory is missing a host.
-
exception
pyinfra.api.exceptions.NoMoreHostsError¶ Bases:
PyinfraErrorException raised when pyinfra runs out of hosts (they all failed).
-
exception
pyinfra.api.exceptions.OperationError¶ Bases:
PyinfraErrorException raised during fact gathering staging if an operation is unable to generate output/change state.
-
exception
pyinfra.api.exceptions.OperationTypeError¶ Bases:
OperationError,TypeErrorException raised when an operation is passed invalid argument types.
-
exception
pyinfra.api.exceptions.OperationValueError¶ Bases:
OperationError,ValueErrorException raised when an operation is passed invalid argument values.
-
exception
pyinfra.api.exceptions.PyinfraError¶ Bases:
ExceptionGeneric pyinfra exception.
pyinfra 2.x