dwolla v1.0.1 Dwolla.Errors.Error View Source

Dwolla Error data structure.

Link to this section Summary

Link to this section Types

Link to this type

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