exceptions

exception fabric.exceptions.GroupException(result)

Lightweight exception wrapper for GroupResult when one contains errors.

New in version 2.0.

__init__(result)

Initialize self. See help(type(self)) for accurate signature.

__weakref__

list of weak references to the object (if defined)

result = None

The GroupResult object which would have been returned, had there been no errors. See its docstring (and that of Group) for details.

exception fabric.exceptions.InvalidV1Env

Raised when attempting to import a Fabric 1 env which is missing data.

__weakref__

list of weak references to the object (if defined)

exception fabric.exceptions.NothingToDo
__weakref__

list of weak references to the object (if defined)