A struct representing an error response from Nylas during the hosted auth code exchange.
Nylas docs
@type t() :: %ExNylas.HostedAuthentication.Error{ error: String.t() | nil, error_code: integer() | nil, error_uri: String.t() | nil, request_id: String.t() }