Class OperationStatus (1.8.3)

OperationStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
done bool
Output only. Whether the operation is done or still in progress.
error_code google.cloud.gaming_v1beta.types.OperationStatus.ErrorCode
The error code in case of failures.
error_message str
The human-readable error message.

Classes

ErrorCode

ErrorCode(value)

Values: ERROR_CODE_UNSPECIFIED (0): No description available. INTERNAL_ERROR (1): No description available. PERMISSION_DENIED (2): No description available. CLUSTER_CONNECTION (3): No description available.