httpstatuses/contents/codes/423.md

19 lines
448 B
Markdown
Raw Normal View History

2015-11-06 22:55:41 +01:00
---
set: 4
code: 423
title: Locked
references:
"Rails HTTP Status Symbol": ":locked"
"Symfony HTTP Status Constant": "Response::HTTP_LOCKED"
2015-11-06 22:55:41 +01:00
---
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'.
---
* Source: [RFC4918 Section 11.3][1]
[1]: <http://tools.ietf.org/html/rfc4918#section-11.3>