code424FailedDependency constant

HttpStatus const code424FailedDependency

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

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

424 FAILED DEPENDENCY.

The method could not be performed on the resource because the requested action depended on another action and that action failed.

For example, if a command in a PROPPATCH method fails, then, at minimum, the rest of the commands will also fail with 424 Failed Dependency.

Implementation

static const HttpStatus code424FailedDependency = failedDependency;