View Source Plaid.Error (elixir_plaid v1.2.1)

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(),
  error_code: String.t(),
  error_message: String.t(),
  error_type: String.t(),
  request_id: String.t(),
  status: integer() | nil,
  suggested_action: String.t() | nil
}