public interface ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode()
optional int32 code = 1 [(.gogoproto.nullable) = false]; |
String |
getMsg()
optional string msg = 2 [(.gogoproto.nullable) = false]; |
com.google.protobuf.ByteString |
getMsgBytes()
optional string msg = 2 [(.gogoproto.nullable) = false]; |
boolean |
hasCode()
optional int32 code = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasMsg()
optional string msg = 2 [(.gogoproto.nullable) = false]; |
boolean hasCode()
optional int32 code = 1 [(.gogoproto.nullable) = false];int getCode()
optional int32 code = 1 [(.gogoproto.nullable) = false];boolean hasMsg()
optional string msg = 2 [(.gogoproto.nullable) = false];String getMsg()
optional string msg = 2 [(.gogoproto.nullable) = false];com.google.protobuf.ByteString getMsgBytes()
optional string msg = 2 [(.gogoproto.nullable) = false];Copyright © 2023 PingCAP. All rights reserved.