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

This commit is contained in:
vladp
2026-01-21 12:34:40 +07:00
parent 251bb37105
commit d1b5b6eb5c
2 changed files with 4 additions and 0 deletions
@@ -11,6 +11,7 @@ public enum MessageCode {
FILE_UPLOAD_ERROR(2, "File upload error"),
FILE_DOWNLOAD_ERROR(2, "File download error"),
USER_NOT_VERIFIED(2, "User not verified"),
USER_NOT_FOUND(2, "User not found"),
FILE_DOWNLOAD_ERROR_NOT_CORRECT_FIELD(2, "Not correct field"),
IMAGE_FOUND_ERROR(2, "Image found error"),
INVALID_JSON_BODY(2, "Invalid fields in JSON object"),