Class ExpectationFailed

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(417) @Schema(description="Expectation Failed") public class ExpectationFailed extends BasicHttpException
Exception representing an HTTP 417 (Expectation Failed).

The server cannot meet the requirements of the Expect request-header field.

See Also: