Salemove.HttpClient.InvalidResponseError (salemove_http_client v2.1.0-rc.1)

A generic error that occurs when server responds with non-2xx status

Link to this section Summary

Link to this section Types

Specs

t() :: %{
  __exception__: true,
  message: String.t(),
  status: Tesla.Env.status(),
  body: Tesla.Env.body(),
  headers: Tesla.Env.headers()
}