com.pingcap.tidb.tipb.ErrorOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: select.proto
package com.pingcap.tidb.tipb;
public interface ErrorOrBuilder extends
// @@protoc_insertion_point(interface_extends:tipb.Error)
com.google.protobuf.MessageOrBuilder {
/**
* optional int32 code = 1 [(.gogoproto.nullable) = false];
*/
boolean hasCode();
/**
* optional int32 code = 1 [(.gogoproto.nullable) = false];
*/
int getCode();
/**
* optional string msg = 2 [(.gogoproto.nullable) = false];
*/
boolean hasMsg();
/**
* optional string msg = 2 [(.gogoproto.nullable) = false];
*/
java.lang.String getMsg();
/**
* optional string msg = 2 [(.gogoproto.nullable) = false];
*/
com.google.protobuf.ByteString
getMsgBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy