org.finos.tracdap.api.Error Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracdap-api-services Show documentation
Show all versions of tracdap-api-services Show documentation
TRAC D.A.P. platform API, contains service API definitions for the TRAC platform services
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: tracdap/api/error.proto
// Protobuf Java Version: 4.28.2
package org.finos.tracdap.api;
public final class Error {
private Error() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 28,
/* patch= */ 2,
/* suffix= */ "",
Error.class.getName());
}
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_tracdap_api_TracErrorDetails_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_tracdap_api_TracErrorDetails_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tracdap_api_TracErrorItem_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_tracdap_api_TracErrorItem_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\027tracdap/api/error.proto\022\013tracdap.api\"\\" +
"\n\020TracErrorDetails\022\014\n\004code\030\001 \001(\005\022\017\n\007mess" +
"age\030\002 \001(\t\022)\n\005items\030\003 \003(\0132\032.tracdap.api.T" +
"racErrorItem\"2\n\rTracErrorItem\022\016\n\006detail\030" +
"\001 \001(\t\022\021\n\tfieldPath\030\002 \001(\tB\031\n\025org.finos.tr" +
"acdap.apiP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_tracdap_api_TracErrorDetails_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_tracdap_api_TracErrorDetails_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_tracdap_api_TracErrorDetails_descriptor,
new java.lang.String[] { "Code", "Message", "Items", });
internal_static_tracdap_api_TracErrorItem_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_tracdap_api_TracErrorItem_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_tracdap_api_TracErrorItem_descriptor,
new java.lang.String[] { "Detail", "FieldPath", });
descriptor.resolveAllFeaturesImmutable();
}
// @@protoc_insertion_point(outer_class_scope)
}