Interface protos.google.cloud.gaming.v1.IOperationStatus (2.4.0)

Properties of an OperationStatus.

Package

@google-cloud/game-servers!

Properties

done

done?: (boolean|null);

OperationStatus done

Property Value
TypeDescription
(boolean|null)

errorCode

errorCode?: (google.cloud.gaming.v1.OperationStatus.ErrorCode|keyof typeof google.cloud.gaming.v1.OperationStatus.ErrorCode|null);

OperationStatus errorCode

Property Value
TypeDescription
(google.cloud.gaming.v1.OperationStatus.ErrorCode|keyof typeof google.cloud.gaming.v1.OperationStatus.ErrorCode|null)

errorMessage

errorMessage?: (string|null);

OperationStatus errorMessage

Property Value
TypeDescription
(string|null)