View Source Discovergy.Error exception (discovergy v0.6.0)

A Discovergy Error

Summary

Types

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