forked from TrueCloudLab/frostfs-api
[#230] status: Add EACL_NOT_FOUND status
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
10f18e4b69
commit
22a7d8be6c
4 changed files with 10 additions and 2 deletions
|
@ -157,7 +157,9 @@ Statuses:
|
|||
container eACL has been successfully read;
|
||||
- Common failures (SECTION_FAILURE_COMMON);
|
||||
- **CONTAINER_NOT_FOUND** (3072, SECTION_CONTAINER): \
|
||||
container not found.
|
||||
container not found;
|
||||
- **EACL_NOT_FOUND** (3073, SECTION_CONTAINER): \
|
||||
eACL table not found.
|
||||
|
||||
| Name | Input | Output |
|
||||
| ---- | ----- | ------ |
|
||||
|
|
|
@ -100,6 +100,7 @@ Section of statuses for container-related operations.
|
|||
| Name | Number | Description |
|
||||
| ---- | ------ | ----------- |
|
||||
| CONTAINER_NOT_FOUND | 0 | [**3072**] Container not found. |
|
||||
| EACL_NOT_FOUND | 1 | [**3073**] eACL table not found. |
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue