17.69. ResponseHeader¶
message ResponseHeader { sint32 code = 1; repeated string messages = 2; }
17.69.1. Properties¶
17.69.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.