View Source GoogleApi.Content.V2.Model.Errors (google_api_content v0.65.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.Errors{
  code: integer() | nil,
  errors: [GoogleApi.Content.V2.Model.Error.t()] | nil,
  message: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.