public static interface Execution.ErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContext()
public abstract String getContext()Human readable error context, helpful for debugging purposes.
string context = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The context. |
getContextBytes()
public abstract ByteString getContextBytes()Human readable error context, helpful for debugging purposes.
string context = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The payload. |
getPayloadBytes()
public abstract ByteString getPayloadBytes()Error payload returned by the execution, represented as a JSON string.
string payload = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for payload. |