mirror of
https://github.com/langgenius/dify.git
synced 2026-05-01 16:08:04 +08:00
add interface for review app
This commit is contained in:
@ -115,3 +115,8 @@ class InvokeRateLimitError(BaseHTTPException):
|
||||
error_code = "rate_limit_error"
|
||||
description = "Rate Limit Error"
|
||||
code = 429
|
||||
|
||||
class NeedAddIdsError(BaseHTTPException):
|
||||
error_code = "need_add_ids"
|
||||
description = "Need to add ids."
|
||||
code = 400
|
||||
Reference in New Issue
Block a user