Interface Execution.ErrorOrBuilder (2.2.1)

public static interface Execution.ErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContext()

public abstract String getContext()

Human-readable stack trace string.

string context = 2;

Returns
TypeDescription
String

The context.

getContextBytes()

public abstract ByteString getContextBytes()

Human-readable stack trace string.

string context = 2;

Returns
TypeDescription
ByteString

The bytes for context.

getPayload()

public abstract String getPayload()

Error message and data returned represented as a JSON string.

string payload = 1;

Returns
TypeDescription
String

The payload.

getPayloadBytes()

public abstract ByteString getPayloadBytes()

Error message and data returned represented as a JSON string.

string payload = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the stackTrace field is set.