public static interface RpcRequests.ErrorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
required int32 errorCode = 1; |
String |
getErrorMsg()
optional string errorMsg = 2; |
com.google.protobuf.ByteString |
getErrorMsgBytes()
optional string errorMsg = 2; |
boolean |
hasErrorCode()
required int32 errorCode = 1; |
boolean |
hasErrorMsg()
optional string errorMsg = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasErrorCode()
required int32 errorCode = 1;int getErrorCode()
required int32 errorCode = 1;boolean hasErrorMsg()
optional string errorMsg = 2;String getErrorMsg()
optional string errorMsg = 2;com.google.protobuf.ByteString getErrorMsgBytes()
optional string errorMsg = 2;Copyright © 2024. All rights reserved.