View Source Plaid.Error (plaid v3.3.0)

Plaid Error data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.Error{
  display_message: String.t(),
  error_code: String.t(),
  error_message: String.t(),
  error_type: String.t(),
  http_code: integer(),
  request_id: String.t()
}