salemove_http_client v2.0.1 Salemove.HttpClient.InvalidResponseError

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

Link to this section Summary

Link to this section Types

Link to this type

t()

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