Interface Execution.ErrorOrBuilder (2.8.0)

public static interface Execution.ErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContext()

public abstract String getContext()

Human readable error context, helpful for debugging purposes.

string context = 2;

Returns
TypeDescription
String

The context.

getContextBytes()

public abstract ByteString getContextBytes()

Human readable error context, helpful for debugging purposes.

string context = 2;

Returns
TypeDescription
ByteString

The bytes for context.

getPayload()

public abstract String getPayload()

Error payload returned by the execution, represented as a JSON string.

string payload = 1;

Returns
TypeDescription
String

The payload.

getPayloadBytes()

public abstract ByteString getPayloadBytes()

Error payload returned by the execution, represented as a JSON string.

string payload = 1;

Returns
TypeDescription
ByteString

The bytes for payload.