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 ofGroup
) for details.
-