On this page
class Net::HTTPUnprocessableEntity
Response class for Unprocessable Entity
responses (status code 422).
The request was well-formed but had semantic errors.
This class also includes (indirectly) module Net::HTTPHeader
, which gives access to its methods for getting headers.
References:
Constants
- HAS_BODY
Ruby Core © 1993–2022 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.