Skip to content

Commit

Permalink
chore: ai image response error code
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Jan 21, 2025
1 parent e990bad commit 4a26572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/app-error/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ pub enum ErrorCode {
DecodeUpdateError = 1055,
ApplyUpdateError = 1056,
ActionTimeout = 1057,
AIImageResponseLimitExceeded = 1058,
}

impl ErrorCode {
Expand Down

0 comments on commit 4a26572

Please sign in to comment.