Status

StatusProto

Wire-format representation for a Status object.

Field Type Description Required
code int32

Numeric error code.

No
error_message string

Detailed error message explaining the error.

No
space string

Name of the error space to which code belongs.

No
canonical_code int32

The equivalent error code in the Google canonical error space.

No
payloads map<string, bytes>

Additional payloads in this Status.

No