add set user limits
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-02-09 11:06:50 +07:00
parent 5b73fd2c39
commit a5003958a8
3 changed files with 6 additions and 4 deletions
@@ -41,6 +41,7 @@ public enum MessageCode {
INTERNAL_ERROR(4, "Internal server error"),
COMPANY_NOT_FOUND(4, "Company not found"),
COMPANY_ALREADY_EXISTS(2, "Company already exists"),
USER_LIMIT_IS_OVER(2, "Over user limits"),
ERROR_TARIFF_INFO(2, "Erorr with tariff info");
private final Integer code;