[#377] Update text for "subject not found" error

Signed-off-by: Kirill Sosnovskikh <k.sosnovskikh@yadro.com>
This commit is contained in:
Kirill Sosnovskikh 2025-04-28 18:43:44 +03:00
parent 9ad620121e
commit 517a7b9322

View file

@ -1,6 +1,6 @@
# Regex patterns of status codes of Container service
CONTAINER_NOT_FOUND = "code = 3072.*message = container not found"
SUBJECT_NOT_FOUND = "code = 1024.*message = frostfs error: chain/client.*subject not found.*"
SUBJECT_NOT_FOUND = "code = 1024.*message =.*chain/client.*subject not found.*"
# Regex patterns of status codes of Object service
MALFORMED_REQUEST = "code = 1024.*message = malformed request"