public static interface Execution.ErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContext()
public abstract String getContext()Human-readable stack trace string.
string context = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The context. |
getContextBytes()
public abstract ByteString getContextBytes()Human-readable stack trace string.
string context = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for context. |
getPayload()
public abstract String getPayload()Error message and data returned represented as a JSON string.
string payload = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The payload. |
getPayloadBytes()
public abstract ByteString getPayloadBytes()Error message and data returned represented as a JSON string.
string payload = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for payload. |
getStackTrace()
public abstract Execution.StackTrace getStackTrace()Stack trace with detailed information of where error was generated.
.google.cloud.workflows.executions.v1.Execution.StackTrace stack_trace = 3;
| Returns | |
|---|---|
| Type | Description |
Execution.StackTrace |
The stackTrace. |
getStackTraceOrBuilder()
public abstract Execution.StackTraceOrBuilder getStackTraceOrBuilder()Stack trace with detailed information of where error was generated.
.google.cloud.workflows.executions.v1.Execution.StackTrace stack_trace = 3;
| Returns | |
|---|---|
| Type | Description |
Execution.StackTraceOrBuilder |
|
hasStackTrace()
public abstract boolean hasStackTrace()Stack trace with detailed information of where error was generated.
.google.cloud.workflows.executions.v1.Execution.StackTrace stack_trace = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stackTrace field is set. |