code508LoopDetected constant

HttpStatus const code508LoopDetected

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

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

508 LOOP DETECTED.

The server terminated an operation because it encountered an infinite loop while processing a request with "Depth: infinity". This status indicates that the entire operation failed.

Implementation

static const HttpStatus code508LoopDetected = loopDetected;