public interface ErrorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
This field uses the error codes defined in grpc::StatusCode.
|
String |
getErrorMessage()
string error_message = 2; |
com.google.protobuf.ByteString |
getErrorMessageBytes()
string error_message = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getErrorCode()
This field uses the error codes defined in grpc::StatusCode.
int32 error_code = 1;String getErrorMessage()
string error_message = 2;com.google.protobuf.ByteString getErrorMessageBytes()
string error_message = 2;