Index
StatusProto
(message)
StatusProto
Wire-format for a Status object
Fields | |
---|---|
code |
Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto |
space |
The following are usually only present when code != 0 Space to which this status belongs |
message |
Detail message |
canonical_code |
The canonical error code (see codes.proto) that most closely corresponds to this status. This can be missing. In the common case of the generic space, it is missing. |
message_set |
message_set associates an arbitrary proto message with the status. |