Skip to content

Commit

Permalink
feat: add ErrStickersNotFavorite
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 1, 2021
1 parent c37ec20 commit 57ec6cf
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 @@ -742,6 +742,9 @@ const (
// Too many favorite stickers.
ErrStickersTooManyFavorites ErrorType = 2101

// Stickers are not favorite.
ErrStickersNotFavorite ErrorType = 2102

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

Expand Down

0 comments on commit 57ec6cf

Please sign in to comment.