feat: add limit error codes
This commit is contained in:
parent
4789591eb3
commit
5fc7333b6f
|
|
@ -274,6 +274,8 @@ pub enum ErrorCode {
|
|||
NetworkError = 1023,
|
||||
UserUnAuthorized = 1024,
|
||||
NoRequiredData = 1025,
|
||||
WorkspaceLimitExceeded = 1026,
|
||||
WorkspaceMemberLimitExceeded = 1027,
|
||||
}
|
||||
|
||||
impl ErrorCode {
|
||||
|
|
|
|||
Loading…
Reference in New Issue