[#377] Update text for "subject not found" error #377
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Regex patterns of status codes of Container service
|
# Regex patterns of status codes of Container service
|
||||||
CONTAINER_NOT_FOUND = "code = 3072.*message = container not found"
|
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
|
# Regex patterns of status codes of Object service
|
||||||
MALFORMED_REQUEST = "code = 1024.*message = malformed request"
|
MALFORMED_REQUEST = "code = 1024.*message = malformed request"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue