Merge pull request #450 from AppFlowy-IO/limit-error-code
feat: add limit error codes
This commit is contained in:
commit
1d646a8838
|
|
@ -274,6 +274,8 @@ pub enum ErrorCode {
|
|||
NetworkError = 1023,
|
||||
UserUnAuthorized = 1024,
|
||||
NoRequiredData = 1025,
|
||||
WorkspaceLimitExceeded = 1026,
|
||||
WorkspaceMemberLimitExceeded = 1027,
|
||||
}
|
||||
|
||||
impl ErrorCode {
|
||||
|
|
|
|||
Loading…
Reference in New Issue