View Source ExNylas.HostedAuthentication.Error (ExNylas v0.9.0)

A struct representing an error response from Nylas during the hosted auth code exchange.

Nylas docs

Summary

Types

@type t() :: %ExNylas.HostedAuthentication.Error{
  error: String.t() | nil,
  error_code: integer() | nil,
  error_uri: String.t() | nil,
  request_id: String.t()
}