chore: add ai response limit service error code

This commit is contained in:
Zack Fu Zi Xiang 2024-07-03 00:34:33 +08:00
parent 2e13cefd19
commit d9b668fab0
No known key found for this signature in database
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 {