Package util

Index

StatusProto

Wire-format for a Status object

Fields
code

int32

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

string

The following are usually only present when code != 0 Space to which this status belongs

message

string

Detail message

canonical_code

int32

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

MessageSet

message_set associates an arbitrary proto message with the status.