chore: ai image response error code

This commit is contained in:
Nathan 2025-01-22 02:06:39 +08:00
parent e990bad68f
commit 4a26572a4e
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ pub enum ErrorCode {
DecodeUpdateError = 1055, DecodeUpdateError = 1055,
ApplyUpdateError = 1056, ApplyUpdateError = 1056,
ActionTimeout = 1057, ActionTimeout = 1057,
AIImageResponseLimitExceeded = 1058,
} }
impl ErrorCode { impl ErrorCode {