expectationFailed constant

int const expectationFailed

expectationFailed = 417.

This response code means the expectation indicated by the Expect request header field can't be met by the server.

https://tools.ietf.org/html/rfc7231#section-6.5.14

Implementation

static const int expectationFailed = 417;