Skip to content

Commit

Permalink
feat: add ErrStickersTooManyFavorites
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 1, 2021
1 parent a959f7d commit c37ec20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,9 @@ const (
// Stickers are not purchased.
ErrStickersNotPurchased ErrorType = 2100

// Too many favorite stickers.
ErrStickersTooManyFavorites ErrorType = 2101

// Specified link is incorrect (can't find source).
ErrWallCheckLinkCantDetermineSource ErrorType = 3102

Expand Down

0 comments on commit c37ec20

Please sign in to comment.