httpstatuses/contents/codes/417.md
WALL-E 62df9e637c Add Python status constants (#57)
* Add Python status constants

* Add Python 2, Python 3+, Python 3.5+ status constants
2016-05-22 00:07:16 +01:00

832 B

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.