...
Language mapping
The Status
message is the error model’s logical representation of the error model, but it is not necessarily the actual wire format. The Status
message can be mapped differently when exposed in different client libraries and wire protocols. For example, it will likely be mapped to some Java exceptions but more likely mapped to some C error codes.
...