Class FailedEvent (0.9.8)

FailedEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An event generated when the execution of a pipeline has failed. Note that other events can continue to occur after this event.

Attributes

NameDescription
code google.rpc.code_pb2.Code
The Google standard error code that best describes this failure.
cause str
The human-readable description of the cause of the failure.