exceptions¶
-
exception
fabric.exceptions.GroupException(result)¶ Lightweight exception wrapper for
GroupResultwhen 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
GroupResultobject which would have been returned, had there been no errors. See its docstring (and that ofGroup) for details.
-