Plaid.Error (plaid v3.0.0) View Source

Plaid Error data structure.

Link to this section Summary

Link to this section Types

Specs

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()
}