Merge pull request #450 from AppFlowy-IO/limit-error-code

feat: add limit error codes
This commit is contained in:
Zack 2024-04-05 23:17:44 +08:00 committed by GitHub
commit 1d646a8838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,8 @@ pub enum ErrorCode {
NetworkError = 1023,
UserUnAuthorized = 1024,
NoRequiredData = 1025,
WorkspaceLimitExceeded = 1026,
WorkspaceMemberLimitExceeded = 1027,
}
impl ErrorCode {