Code describes the status of the operation (or one of its
steps).
Values:
STATUS_UNSPECIFIED (0):
Unspecifed code.
DONE (1):
The operation or step has completed without
errors.
NOT_STARTED (2):
The operation or step has not started yet.
IN_PROGRESS (3):
The operation or step is in progress.
FAILED (4):
The operation or step has completed with
errors. If the operation is rollbackable, the
rollback completed with errors too.
CANCELLED (5):
The operation or step has completed with
cancellation.
[[["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 2024-12-04 UTC."],[],[]]