chore: ai image response error code
This commit is contained in:
parent
e990bad68f
commit
4a26572a4e
|
|
@ -430,6 +430,7 @@ pub enum ErrorCode {
|
|||
DecodeUpdateError = 1055,
|
||||
ApplyUpdateError = 1056,
|
||||
ActionTimeout = 1057,
|
||||
AIImageResponseLimitExceeded = 1058,
|
||||
}
|
||||
|
||||
impl ErrorCode {
|
||||
|
|
|
|||
Loading…
Reference in New Issue