dev check to protect
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-01-28 21:18:42 +07:00
parent a32f089989
commit 31fac0ab93
3 changed files with 32 additions and 6 deletions
@@ -27,7 +27,9 @@ public enum MessageCode {
FILE_NOT_FOUND(4, "File not found"),
AUTH_PASSWORD_NOT_MATCHES(2, "Password does not match"),
SEND_EMAIL_EXCEPTION(2, "Send email exception"),
SIMILAR_FILES_FOUND(0, "Similar files found");
SIMILAR_FILES_FOUND(0, "Similar files found"),
FILE_IS_PROTECTED(0, "File is protected"),
FILE_IS_NOT_PROTECTED(0, "File is not protected");
private final Integer code;