com.salesforce.hyperdb.grpc.ErrorInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdbc Show documentation
Show all versions of jdbc Show documentation
Salesforce Data Cloud JDBC Driver
// 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