games.mythical.saga.sdk.proto.api.common.Error Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of saga-sdk-proto Show documentation
Show all versions of saga-sdk-proto Show documentation
Saga SDK for Java game servers
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/common/error.proto
package games.mythical.saga.sdk.proto.api.common;
public final class Error {
private Error() {}
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_saga_api_common_ErrorProto_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_common_ErrorProto_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\026api/common/error.proto\022\017saga.api.commo" +
"n\"M\n\nErrorProto\022\014\n\004code\030\001 \001(\005\022\017\n\007message" +
"\030\002 \001(\t\022\016\n\006source\030\003 \001(\t\022\020\n\010trace_id\030\004 \001(\t" +
"B,\n(games.mythical.saga.sdk.proto.api.co" +
"mmonP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_saga_api_common_ErrorProto_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_saga_api_common_ErrorProto_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_common_ErrorProto_descriptor,
new java.lang.String[] { "Code", "Message", "Source", "TraceId", });
}
// @@protoc_insertion_point(outer_class_scope)
}