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

Copy Markdown

Exception to represent errors during communication with the TaxJar API.

Summary

Types

t()

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

Functions

statuses_lookup()