salemove_http_client v1.0.0 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() }