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

com.github.ibole.infrastructure.common.exception.ErrorDetails.proto Maven / Gradle / Ivy

The newest version!
syntax = "proto3";

option java_package = "com.github.ibole.infrastructure.common.exception";
option java_outer_classname = "ErrorDetailsProto";
option objc_class_prefix = "RTG";

// The request message containing the generalCode/specificCode/specificMessage/details
message ErrorDetails {

  string generalCode = 1;
  string specificCode = 2;
  string specificMessage = 3;
  repeated string detailedMessage = 4;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy