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
integer
The canonical error code (see codes.proto) that most closely corresponds to this status. This may be missing, and in the common case of the generic space, it definitely will be.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-20 UTC."],[[["A Status object in this context is represented in JSON with fields for `code`, `space`, `message`, `canonical_code`, and `message_set`."],["The `code` field is a numeric indicator from a specified error `space`, often from google3/util/task/codes.proto."],["`canonical_code` is an integer indicating the closest canonical error code, and the `message_set` is an object that links a custom proto message to the status."],["`MessageSet` is a type utilized, similar to proto2's MessageSet, that itself contains no specific fields within the status object."]]],[]]