class documentation
State of a Nexus operation cancellation.
Warning
This API is experimental and unstable.
| Constant | BACKING |
Cancellation request has failed with a retryable error and is backing off before the next attempt. |
| Constant | BLOCKED |
by circuit breaker. |
| Constant | FAILED |
Cancellation request failed with a non-retryable error. |
| Constant | SCHEDULED |
Cancellation request is in the queue waiting to be executed or is currently executing. |
| Constant | SUCCEEDED |
Cancellation request succeeded. |
| Constant | TIMED |
The associated operation timed out - exceeded the user supplied schedule-to-close timeout. |
| Constant | UNSPECIFIED |
Default value, unspecified state. |
Cancellation request has failed with a retryable error and is backing off before the next attempt.
| Value |
|
by circuit breaker.
| Value |
|
Cancellation request failed with a non-retryable error.
| Value |
|
Cancellation request is in the queue waiting to be executed or is currently executing.
| Value |
|
Cancellation request succeeded.
| Value |
|
The associated operation timed out - exceeded the user supplied schedule-to-close timeout.
| Value |
|