Plaid.Error (elixir_plaid v0.1.5) View Source

Plaid API Error response Schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Error{
  causes: [],
  display_message: String.t() | nil,
  documentation_url: String.t() | nil,
  error_code: String.t(),
  error_message: String.t(),
  error_type: String.t(),
  request_id: String.t() | nil,
  status: integer() | nil,
  suggested_action: String.t() | nil
}