feat(server): separate storage quota limit and blob size limit (#10957)

close CLOUD-171
This commit is contained in:
fengmk2
2025-03-18 09:28:50 +00:00
parent 86c4e0705f
commit 4fc3e92205
9 changed files with 48 additions and 14 deletions
@@ -695,7 +695,11 @@ export const USER_FRIENDLY_ERRORS = {
// Quota & Limit errors
blob_quota_exceeded: {
type: 'quota_exceeded',
message: 'You have exceeded your blob storage quota.',
message: 'You have exceeded your blob size quota.',
},
storage_quota_exceeded: {
type: 'quota_exceeded',
message: 'You have exceeded your storage quota.',
},
member_quota_exceeded: {
type: 'quota_exceeded',