exceptions

exception fabric.exceptions.GroupException(result)

Lightweight exception wrapper for GroupResult when one contains errors.

New in version 2.0.

__weakref__

list of weak references to the object (if defined)

result

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)