yodlee v0.1.2 Yodlee.Error View Source

Yodlee Error data structure.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Yodlee.Error{
  error_code: String.t(),
  error_message: String.t(),
  reference_code: String.t()
}