dev add monitoring basic
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-03-03 11:38:22 +07:00
parent 1124cddb5a
commit 404e1a6bee
2 changed files with 8 additions and 1 deletions
@@ -49,6 +49,7 @@ public enum MessageCode {
COMPANY_ALREADY_EXISTS(2, "Company already exists"),
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"),
USER_NOT_ACTIVE(2, "User not active");
private final Integer code;