Reference documentation and code samples for the Cloud Gaming V1 API class Google::Cloud::Gaming::V1::OperationStatus.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#done
def done() -> ::Boolean
Returns
- (::Boolean) — Output only. Whether the operation is done or still in progress.
#error_code
def error_code() -> ::Google::Cloud::Gaming::V1::OperationStatus::ErrorCode
Returns
- (::Google::Cloud::Gaming::V1::OperationStatus::ErrorCode) — The error code in case of failures.
#error_code=
def error_code=(value) -> ::Google::Cloud::Gaming::V1::OperationStatus::ErrorCode
Parameter
- value (::Google::Cloud::Gaming::V1::OperationStatus::ErrorCode) — The error code in case of failures.
Returns
- (::Google::Cloud::Gaming::V1::OperationStatus::ErrorCode) — The error code in case of failures.
#error_message
def error_message() -> ::String
Returns
- (::String) — The human-readable error message.
#error_message=
def error_message=(value) -> ::String
Parameter
- value (::String) — The human-readable error message.
Returns
- (::String) — The human-readable error message.