Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 832 Bytes

417.md

File metadata and controls

22 lines (18 loc) · 832 Bytes
set code title references
4
417
Expectation Failed
Rails HTTP Status Symbol Go HTTP Status Constant Symfony HTTP Status Constant Python2 HTTP Status Constant Python3+ HTTP Status Constant Python3.5+ HTTP Status Constant
:expectation_failed
http.StatusExpectationFailed
Response::HTTP_EXPECTATION_FAILED
httplib.EXPECTATION_FAILED
http.client.EXPECTATION_FAILED
http.HTTPStatus.EXPECTATION_FAILED

The expectation given in the request's Expect header field1 could not be met by at least one of the inbound servers.