19.74. ResponseHeader
message ResponseHeader {
sint32 code = 1;
repeated string messages = 2;
}
19.74.1.1.code
type: sint32
The “error” code; with 0 meaning success. Negative values indicating an error occured. Positive values often indicate success with a count, or partial success. The exact meaning is dependent on the RPC returning the code.
See Error Codes for details.
19.74.1.2.messages
type: repeated string
Optional message(s) returned with the result.