GoogleApi.DeveloperConnect.V1.Model.ExchangeError (google_api_developer_connect v0.6.0)

View Source

Message for representing an error from exchanging OAuth tokens.

Attributes

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DeveloperConnect.V1.Model.ExchangeError{
  code: String.t() | nil,
  description: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.