You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bsi_flex_335_v2_0/error.proto
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,6 @@ message Error {
19
19
reserved2; // The error message field was changed to an array to allow an Error Message to report multiple errors in one go
20
20
optionalbytespacket=1 [(field_options) = {is_mandatory: true}]; // Packet which caused the error
21
21
// optional string error_message = 2 [(field_options) = {is_mandatory: true}]; // Description of the error being reported
22
-
repeatedstringerror_message=3; // Description of the error being reported, this field is an array to allow multiple errors to be reported in one go
22
+
repeatedstringerror_message=3 [(field_options) = {is_mandatory: true}]; // Description of the error being reported, this field is an array to allow multiple errors to be reported in one go
0 commit comments