code423Locked constant

HttpStatus const code423Locked

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

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

423 LOCKED.

The source or destination resource of a method is locked.

This response SHOULD contain an appropriate precondition or postcondition code, such as 'lock-token-submitted' or 'no-conflicting-lock'.

Implementation

static const HttpStatus code423Locked = locked;