|
|
|
|
@ -114,6 +114,7 @@ class MemberNotInTenantError(BaseHTTPException):
|
|
|
|
|
description = "The member is not in the workspace."
|
|
|
|
|
code = 400
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class AccountInFreezeError(BaseHTTPException):
|
|
|
|
|
error_code = "account_in_freeze"
|
|
|
|
|
description = "This email is temporarily unavailable."
|
|
|
|
|
|