TaxJar.Requests.Error exception (tax_jar v0.2.1)

Exception to represent errors during communication with the TaxJar API.

Summary

Types

@type t() :: %TaxJar.Requests.Error{
  __exception__: true,
  details: term(),
  message: binary() | nil,
  reason: term()
}

Functions

Link to this function

statuses_lookup()