dev add check for file check
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-03-05 10:05:18 +07:00
parent 89478c1c9a
commit c9921c6fac
4 changed files with 31 additions and 2 deletions
@@ -50,6 +50,8 @@ public enum MessageCode {
USER_LIMIT_IS_OVER(2, "Over user limits"),
ERROR_TARIFF_INFO(2, "Erorr with tariff info"),
FILE_FOR_SEARCH_NOT_VALID(2, "File for search unsupported"),
NOT_VALID_FILE_TYPE_OR_COUNT_FILE(2, "Cost for file type not found, count is negative or files count" +
"more than max valid"),
USER_NOT_ACTIVE(2, "User not active");
private final Integer code;