Code describes the status of the operation (or one of its steps).
| Enums | |
|---|---|
STATUS_UNSPECIFIED
|
Unspecifed code. |
DONE
|
The operation or step has completed without errors. |
NOT_STARTED
|
The operation or step has not started yet. |
IN_PROGRESS
|
The operation or step is in progress. |
FAILED
|
The operation or step has completed with errors. If the operation is rollbackable, the rollback completed with errors too. |
CANCELLED
|
The operation or step has completed with cancellation. |

