Salemove.HttpClient.UnsupportedProtocolError exception (salemove_http_client v2.1.2)
An error that occurs when server responds with status < 200
Link to this section Summary
Link to this section Types
Specs
t() :: %Salemove.HttpClient.UnsupportedProtocolError{ __exception__: true, body: Tesla.Env.body(), headers: Tesla.Env.headers(), message: String.t(), status: Tesla.Env.status() }
Link to this section Functions
Link to this function
new(env)
Specs
new(Tesla.Env.t()) :: t()
Create a new Elixir.Salemove.HttpClient.UnsupportedProtocolError struct from Tesla.Env