View Source Dwolla.Errors (dwolla v1.0.3)

Dwolla Error response data structure.

Link to this section Summary

Link to this section Types

Specs

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