Feat/account not found (#10804)

This commit is contained in:
Garfield Dai
2024-11-18 16:14:39 +08:00
committed by GitHub
parent 3e2b8a8d02
commit c49efc0c22
4 changed files with 10 additions and 10 deletions

View File

@@ -52,8 +52,8 @@ class AccountBannedError(BaseHTTPException):
code = 400
class NotAllowedRegister(BaseHTTPException):
error_code = "unauthorized"
class AccountNotFound(BaseHTTPException):
error_code = "account_not_found"
description = "Account not found."
code = 400