pyinfra.api.exceptions

exception pyinfra.api.exceptions.DeployError

Bases: pyinfra.api.exceptions.PyinfraError

User exception for raising in deploys or sub deploys.

exception pyinfra.api.exceptions.OperationError

Bases: pyinfra.api.exceptions.PyinfraError

Exception raised during fact gathering staging if an operation is unable to generate output/change state.

exception pyinfra.api.exceptions.PyinfraError

Bases: Exception

Generic pyinfra exception.