GoogleApi.GameServices.V1.Model.OperationStatus (google_api_game_services v0.11.0) View Source

Attributes

  • done (type: boolean(), default: nil) - Output only. Whether the operation is done or still in progress.
  • errorCode (type: String.t, default: nil) - The error code in case of failures.
  • errorMessage (type: String.t, default: nil) - The human-readable error message.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.GameServices.V1.Model.OperationStatus{
  done: boolean() | nil,
  errorCode: String.t() | nil,
  errorMessage: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.