forked from TrueCloudLab/frostfs-api
[#29] object: Extend Delete rpc specification
* Add OBJECT_NOT_FOUND status specification Signed-off-by: Airat Arifullin a.arifullin@yadro.com
This commit is contained in:
parent
dbfa9c944b
commit
b471eaaba9
1 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,9 @@ service ObjectService {
|
|||
// - Common failures (SECTION_FAILURE_COMMON);
|
||||
// - **ACCESS_DENIED** (2048, SECTION_OBJECT): \
|
||||
// delete access to the object is denied;
|
||||
// - **OBJECT_NOT_FOUND** (2049, SECTION_OBJECT): \
|
||||
// the object could not be deleted because it has not been \
|
||||
// found within the container;
|
||||
// - **LOCKED** (2050, SECTION_OBJECT): \
|
||||
// deleting a locked object is prohibited;
|
||||
// - **CONTAINER_NOT_FOUND** (3072, SECTION_CONTAINER): \
|
||||
|
|
Loading…
Reference in a new issue