public static interface FeatureRowExtendedProto.ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCause()
exception class name
|
com.google.protobuf.ByteString |
getCauseBytes()
exception class name
|
String |
getMessage()
string message = 3; |
com.google.protobuf.ByteString |
getMessageBytes()
string message = 3; |
String |
getStackTrace()
string stack_trace = 4; |
com.google.protobuf.ByteString |
getStackTraceBytes()
string stack_trace = 4; |
String |
getTransform()
name of transform where the error occurred
|
com.google.protobuf.ByteString |
getTransformBytes()
name of transform where the error occurred
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCause()
exception class name
string cause = 1;com.google.protobuf.ByteString getCauseBytes()
exception class name
string cause = 1;String getTransform()
name of transform where the error occurred
string transform = 2;com.google.protobuf.ByteString getTransformBytes()
name of transform where the error occurred
string transform = 2;String getMessage()
string message = 3;com.google.protobuf.ByteString getMessageBytes()
string message = 3;String getStackTrace()
string stack_trace = 4;com.google.protobuf.ByteString getStackTraceBytes()
string stack_trace = 4;Copyright © 2020 Gojek. All rights reserved.