View Source Gumroad.Error exception (gumroad_elixir v0.1.2)
An error encountered while trying to query the Gumroad API.
Summary
Functions
Callback implementation for Exception.message/1
.
Types
An error encountered while trying to query the Gumroad API.
from_gumroad
- set totrue
if Gumroad was reached but returned an error while processing the request. Set tofalse
if Gumroad could not be reached at all.reason
- set to the error message returned from Gumroad whenfrom_gumroad
istrue
. Otherwise is an atom pointing to the underlying error, i.e.:timeout
.
Functions
Callback implementation for Exception.message/1
.