All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pingcap.tidb.tipb.ErrorOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// 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