This commit is contained in:
Yansong Zhang
2025-10-14 11:37:27 +08:00
parent 04196288f8
commit b483d5fad5
2 changed files with 10 additions and 8 deletions

View File

@ -116,6 +116,7 @@ class InvokeRateLimitError(BaseHTTPException):
description = "Rate Limit Error"
code = 429
class NeedAddIdsError(BaseHTTPException):
error_code = "need_add_ids"
description = "Need to add ids."