Exception: HTTPX::MisdirectedRequestError

Inherits:
HTTPError show all
Defined in:
lib/httpx/errors.rb

Overview

error raised when a request was sent a server which can’t reproduce a response, and has therefore returned an HTTP response using the 421 status code.

Instance Attribute Summary

Attributes inherited from HTTPError

#response

Method Summary

Methods inherited from HTTPError

#initialize, #status

Constructor Details

This class inherits a constructor from HTTPX::HTTPError