dev comment logic for check max users
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-02-21 21:41:05 +07:00
parent f932bb47f0
commit 7631ea8c8c
3 changed files with 11 additions and 7 deletions
@@ -149,6 +149,8 @@ public class ApiController {
MessageCode.DUPLICATE_FILE_UPLOAD.getDescription(),
duplicateData
));
}catch (FileFormatException e){
return buildErrorResponse(uploadId, chunkNumber, e.getMessage());
} catch (Exception e) {
log.error("Error uploading chunk", e);
return buildErrorResponse(uploadId, chunkNumber, "Failed to upload chunk: " + e.getMessage());