View Source GoogleApi.Content.V2.Model.Error (google_api_content v0.67.1)

An error returned by the API.

Attributes

  • domain (type: String.t, default: nil) - The domain of the error.
  • message (type: String.t, default: nil) - A description of the error.
  • reason (type: String.t, default: nil) - The error code.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.Error{
  domain: String.t() | nil,
  message: String.t() | nil,
  reason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.