Discovergy.Error exception (discovergy v0.7.0)

View Source

A Discovergy Error

Summary

Types

t()

@type t() :: %Discovergy.Error{
  __exception__: true,
  reason: term(),
  response:
    {Discovergy.HTTPClient.status(), Discovergy.HTTPClient.headers(),
     Discovergy.HTTPClient.body()}
}