public interface ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 © 2024 PingCAP. All rights reserved.