com.github.ibole.infrastructure.common.exception.ErrorDetails.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infrastructure-all Show documentation
Show all versions of infrastructure-all Show documentation
The all in one project of ibole infrastructure
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