Merge pull request #675 from AppFlowy-IO/ai-limit-error-code

chore: add ai response limit service error code
This commit is contained in:
Zack 2024-07-03 15:02:39 +08:00 committed by GitHub
commit f8d24e6ad5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ pub enum ErrorCode {
PublishNamespaceNotSet = 1030,
PublishNamespaceAlreadyTaken = 1031,
AIServiceUnavailable = 1032,
AIResponseLimitExceeded = 1033,
}
impl ErrorCode {