Error(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Error describes why the execution was abnormally terminated.
Attributes |
|
---|---|
Name | Description |
payload |
str
Error message and data returned represented as a JSON string. |
context |
str
Human-readable stack trace string. |
stack_trace |
google.cloud.workflows.executions_v1.types.Execution.StackTrace
Stack trace with detailed information of where error was generated. |