public static interface RpcRequests.ErrorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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; |
boolean 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 © 2021. All rights reserved.