plaid v1.1.2 Plaid.Error View Source

Plaid Error data structure.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
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()
}