code420MethodFailure constant

HttpStatus const code420MethodFailure

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

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

420 Method Failure.

The HTTP 420 Method Failure client error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request using the method provided. This status code is non-standard and is reserved for use in the WebDAV (Web Distributed Authoring and Versioning) framework.

Implementation

static const HttpStatus code420MethodFailure = methodFailure;