Salemove.HttpClient.InvalidResponseError (salemove_http_client v5.0.0)
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()
}