com.salesforce.hyperdb.grpc.ErrorDetails 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 final class ErrorDetails {
private ErrorDetails() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_salesforce_hyperdb_grpc_v1_TextPosition_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_salesforce_hyperdb_grpc_v1_TextPosition_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_salesforce_hyperdb_grpc_v1_ErrorInfo_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_salesforce_hyperdb_grpc_v1_ErrorInfo_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\023error_details.proto\022\032salesforce.hyperd" +
"b.grpc.v1\"X\n\014TextPosition\022$\n\034error_begin" +
"_character_offset\030\002 \001(\004\022\"\n\032error_end_cha" +
"racter_offset\030\003 \001(\004\"\271\001\n\tErrorInfo\022\027\n\017pri" +
"mary_message\030\001 \001(\t\022\020\n\010sqlstate\030\002 \001(\t\022\025\n\r" +
"customer_hint\030\003 \001(\t\022\027\n\017customer_detail\030\004" +
" \001(\t\022\025\n\rsystem_detail\030\005 \001(\t\022:\n\010position\030" +
"\006 \001(\0132(.salesforce.hyperdb.grpc.v1.TextP" +
"ositionB\037\n\033com.salesforce.hyperdb.grpcP\001" +
"b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_salesforce_hyperdb_grpc_v1_TextPosition_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_salesforce_hyperdb_grpc_v1_TextPosition_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_salesforce_hyperdb_grpc_v1_TextPosition_descriptor,
new java.lang.String[] { "ErrorBeginCharacterOffset", "ErrorEndCharacterOffset", });
internal_static_salesforce_hyperdb_grpc_v1_ErrorInfo_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_salesforce_hyperdb_grpc_v1_ErrorInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_salesforce_hyperdb_grpc_v1_ErrorInfo_descriptor,
new java.lang.String[] { "PrimaryMessage", "Sqlstate", "CustomerHint", "CustomerDetail", "SystemDetail", "Position", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy