chore: add ai response limit service error code
This commit is contained in:
parent
2e13cefd19
commit
d9b668fab0
|
|
@ -293,6 +293,7 @@ pub enum ErrorCode {
|
|||
PublishNamespaceNotSet = 1030,
|
||||
PublishNamespaceAlreadyTaken = 1031,
|
||||
AIServiceUnavailable = 1032,
|
||||
AIResponseLimitExceeded = 1033,
|
||||
}
|
||||
|
||||
impl ErrorCode {
|
||||
|
|
|
|||
Loading…
Reference in New Issue