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

Properties of an OperationStatus.

Package

@google-cloud/game-servers!

Properties

done

done?: (boolean|null);

OperationStatus done

Property Value
Type Description
(boolean|null)

errorCode

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

OperationStatus errorCode

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

errorMessage

errorMessage?: (string|null);

OperationStatus errorMessage

Property Value
Type Description
(string|null)