feat: add file storage limit error code

This commit is contained in:
Zack Fu Zi Xiang 2024-04-06 18:18:17 +08:00
parent bdee9fa8dc
commit 182fefdcd7
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ pub enum ErrorCode {
NoRequiredData = 1025,
WorkspaceLimitExceeded = 1026,
WorkspaceMemberLimitExceeded = 1027,
FileStorageLimitExceeded = 1028,
}
impl ErrorCode {