code417ExpectationFailed constant

HttpStatus const code417ExpectationFailed

An alias representing the expectationFailed constant, offering a direct substitute for it.

For consistency and improved readability, it is recommended to directly use expectationFailed where possible.

417 EXPECTATION FAILED.

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

Implementation

static const HttpStatus code417ExpectationFailed = expectationFailed;