Game Services v1 API - Class OperationStatus (2.2.0)

public sealed class OperationStatus : IMessage<OperationStatus>, IEquatable<OperationStatus>, IDeepCloneable<OperationStatus>, IBufferMessage, IMessage

Inheritance

object > OperationStatus

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

OperationStatus()

public OperationStatus()

OperationStatus(OperationStatus)

public OperationStatus(OperationStatus other)
Parameter
NameDescription
otherOperationStatus

Properties

Done

public bool Done { get; set; }

Output only. Whether the operation is done or still in progress.

Property Value
TypeDescription
bool

ErrorCode

public OperationStatus.Types.ErrorCode ErrorCode { get; set; }

The error code in case of failures.

Property Value
TypeDescription
OperationStatusTypesErrorCode

ErrorMessage

public string ErrorMessage { get; set; }

The human-readable error message.

Property Value
TypeDescription
string