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

com.salesforce.hyperdb.grpc.ErrorInfoOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.5
package com.salesforce.hyperdb.grpc;

public interface ErrorInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:salesforce.hyperdb.grpc.v1.ErrorInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string primary_message = 1;
   * @return The primaryMessage.
   */
  java.lang.String getPrimaryMessage();
  /**
   * string primary_message = 1;
   * @return The bytes for primaryMessage.
   */
  com.google.protobuf.ByteString
      getPrimaryMessageBytes();

  /**
   * string sqlstate = 2;
   * @return The sqlstate.
   */
  java.lang.String getSqlstate();
  /**
   * string sqlstate = 2;
   * @return The bytes for sqlstate.
   */
  com.google.protobuf.ByteString
      getSqlstateBytes();

  /**
   * string customer_hint = 3;
   * @return The customerHint.
   */
  java.lang.String getCustomerHint();
  /**
   * string customer_hint = 3;
   * @return The bytes for customerHint.
   */
  com.google.protobuf.ByteString
      getCustomerHintBytes();

  /**
   * string customer_detail = 4;
   * @return The customerDetail.
   */
  java.lang.String getCustomerDetail();
  /**
   * string customer_detail = 4;
   * @return The bytes for customerDetail.
   */
  com.google.protobuf.ByteString
      getCustomerDetailBytes();

  /**
   * string system_detail = 5;
   * @return The systemDetail.
   */
  java.lang.String getSystemDetail();
  /**
   * string system_detail = 5;
   * @return The bytes for systemDetail.
   */
  com.google.protobuf.ByteString
      getSystemDetailBytes();

  /**
   * .salesforce.hyperdb.grpc.v1.TextPosition position = 6;
   * @return Whether the position field is set.
   */
  boolean hasPosition();
  /**
   * .salesforce.hyperdb.grpc.v1.TextPosition position = 6;
   * @return The position.
   */
  com.salesforce.hyperdb.grpc.TextPosition getPosition();
  /**
   * .salesforce.hyperdb.grpc.v1.TextPosition position = 6;
   */
  com.salesforce.hyperdb.grpc.TextPositionOrBuilder getPositionOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy