class documentation

class OperationErrorState(Enum):

View In Hierarchy

The state of an operation as described by an OperationError.

Constant CANCELED The operation was canceled.
Constant FAILED The operation failed.
CANCELED: str =

The operation was canceled.

Value
'canceled'
FAILED: str =

The operation failed.

Value
'failed'