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

.modules.dropwizard-protobuf.1.0.0-2.source-code.dropwizard.proto Maven / Gradle / Ivy

There is a newer version: 4.0.6
Show newest version
syntax = "proto2";

package dropwizard;

option java_package = "io.dropwizard.jersey.protobuf.protos";
option java_outer_classname = "DropwizardProtos";
option optimize_for = SPEED;

message ErrorMessage {
  required string message = 1;
  optional int32 code = 2 [default = 500];
  optional string details = 3;
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy