Wire-format for a Status object
| JSON representation |
|---|
{
"code"
:
integer
,
"space"
:
string
,
"message"
:
string
,
"canonicalCode"
:
integer
,
"messageSet"
:
{
object (
|
| Fields | |
|---|---|
code
|
Numeric code drawn from the space specified below. |
space
|
Space to which this status belongs |
message
|
Detail message |
canonicalCode
|
The canonical error code that most closely corresponds to this status. |
messageSet
|
Associates an arbitrary proto message with the status. |

