exceptions¶
- exception fabric.exceptions.GroupException(result)¶
Lightweight exception wrapper for
GroupResultwhen one contains errors.New in version 2.0.
- __weakref__¶
list of weak references to the object (if defined)
- result¶
The
GroupResultobject which would have been returned, had there been no errors. See its docstring (and that ofGroup) for details.