2015-11-06 22:55:41 +01:00
|
|
|
---
|
|
|
|
set: 4
|
|
|
|
code: 423
|
|
|
|
title: Locked
|
2015-11-07 05:34:40 +01:00
|
|
|
references:
|
|
|
|
"Rails HTTP Status Symbol": ":locked"
|
2015-11-06 22:55:41 +01:00
|
|
|
---
|
|
|
|
|
2015-11-09 02:44:05 +01:00
|
|
|
The source or destination resource of a method is locked.
|
2015-11-07 06:45:46 +01:00
|
|
|
|
|
|
|
This response SHOULD contain an appropriate precondition or
|
2015-11-07 05:34:40 +01:00
|
|
|
postcondition code, such as 'lock-token-submitted' or 'no-conflicting-lock'.
|
|
|
|
|
2015-11-09 02:44:05 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
* Source: [RFC4918 Section 11.3][1]
|
2015-11-07 05:34:40 +01:00
|
|
|
|
|
|
|
[1]: <http://tools.ietf.org/html/rfc4918#section-11.3>
|