google_api_identity_toolkit v0.2.0 GoogleApi.IdentityToolkit.V3.Model.UploadAccountResponseError View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.IdentityToolkit.V3.Model.UploadAccountResponseError{
  index: integer(),
  message: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.