[#230] status: Add EACL_NOT_FOUND status

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-07-29 20:16:16 +03:00 committed by Stanislav Bogatyrev
parent 10f18e4b69
commit 22a7d8be6c
4 changed files with 10 additions and 2 deletions

View file

@ -73,7 +73,9 @@ service ContainerService {
// 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.
rpc GetExtendedACL(GetExtendedACLRequest) returns (GetExtendedACLResponse);
// Announces the space values used by the container for P2P synchronization.