public static interface Execution.ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Human-readable stack trace string.
|
com.google.protobuf.ByteString |
getContextBytes()
Human-readable stack trace string.
|
String |
getPayload()
Error message and data returned represented as a JSON string.
|
com.google.protobuf.ByteString |
getPayloadBytes()
Error message and data returned represented as a JSON string.
|
Execution.StackTrace |
getStackTrace()
Stack trace with detailed information of where error was generated.
|
Execution.StackTraceOrBuilder |
getStackTraceOrBuilder()
Stack trace with detailed information of where error was generated.
|
boolean |
hasStackTrace()
Stack trace with detailed information of where error was generated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPayload()
Error message and data returned represented as a JSON string.
string payload = 1;com.google.protobuf.ByteString getPayloadBytes()
Error message and data returned represented as a JSON string.
string payload = 1;String getContext()
Human-readable stack trace string.
string context = 2;com.google.protobuf.ByteString getContextBytes()
Human-readable stack trace string.
string context = 2;boolean hasStackTrace()
Stack trace with detailed information of where error was generated.
.google.cloud.workflows.executions.v1.Execution.StackTrace stack_trace = 3;Execution.StackTrace getStackTrace()
Stack trace with detailed information of where error was generated.
.google.cloud.workflows.executions.v1.Execution.StackTrace stack_trace = 3;Execution.StackTraceOrBuilder getStackTraceOrBuilder()
Stack trace with detailed information of where error was generated.
.google.cloud.workflows.executions.v1.Execution.StackTrace stack_trace = 3;Copyright © 2024 Google LLC. All rights reserved.