View Source Dwolla.Errors.Error (dwolla v1.0.3)

Dwolla Error data structure.

Link to this section Summary

Link to this section Types

Specs

t() :: %Dwolla.Errors.Error{
  code: String.t(),
  message: String.t(),
  path: String.t()
}