dwolla v1.0.1 Dwolla.Errors View Source

Dwolla Error response data structure.

Link to this section Summary

Link to this section Types

Link to this type

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