google_api_content v0.11.0 GoogleApi.Content.V2.Model.Errors View Source

A list of errors returned by a failed batch entry.

Attributes

  • code (type: integer(), default: nil) - The HTTP status of the first error in errors.
  • errors (type: list(GoogleApi.Content.V2.Model.Error.t), default: nil) - A list of errors.
  • message (type: String.t, default: nil) - The message of the first error in errors.

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.Content.V2.Model.Errors{
  code: integer(),
  errors: [GoogleApi.Content.V2.Model.Error.t()],
  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.