View Source GoogleApi.IdentityToolkit.V3.Model.UploadAccountResponseError (google_api_identity_toolkit v0.8.0)

Attributes

  • index (type: integer(), default: nil) - The index of the malformed account, starting from 0.
  • message (type: String.t, default: nil) - Detailed error message for the account info.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IdentityToolkit.V3.Model.UploadAccountResponseError{
  index: integer() | nil,
  message: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.