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

wechat.protobuf.ErrResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface ErrResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.ErrResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .wechat_proto.BaseResponse base_response = 1;
   * @return Whether the baseResponse field is set.
   */
  boolean hasBaseResponse();
  /**
   * optional .wechat_proto.BaseResponse base_response = 1;
   * @return The baseResponse.
   */
  wechat.protobuf.BaseResponse getBaseResponse();
  /**
   * optional .wechat_proto.BaseResponse base_response = 1;
   */
  wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();

  /**
   * optional string error_ext = 2;
   * @return Whether the errorExt field is set.
   */
  boolean hasErrorExt();
  /**
   * optional string error_ext = 2;
   * @return The errorExt.
   */
  java.lang.String getErrorExt();
  /**
   * optional string error_ext = 2;
   * @return The bytes for errorExt.
   */
  com.google.protobuf.ByteString
      getErrorExtBytes();

  /**
   * optional string error_msg = 3;
   * @return Whether the errorMsg field is set.
   */
  boolean hasErrorMsg();
  /**
   * optional string error_msg = 3;
   * @return The errorMsg.
   */
  java.lang.String getErrorMsg();
  /**
   * optional string error_msg = 3;
   * @return The bytes for errorMsg.
   */
  com.google.protobuf.ByteString
      getErrorMsgBytes();

  /**
   * optional uint32 error_code = 4;
   * @return Whether the errorCode field is set.
   */
  boolean hasErrorCode();
  /**
   * optional uint32 error_code = 4;
   * @return The errorCode.
   */
  int getErrorCode();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy