Skip to content

Commit

Permalink
feat: add ErrMarketGroupingItemsWithDifferentProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 1, 2021
1 parent c1bdeb1 commit a827d6d
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 @@ -661,6 +661,9 @@ const (
// Shop not enabled.
ErrMarketShopNotEnabled ErrorType = 1409

// Grouping items with different properties.
ErrMarketGroupingItemsWithDifferentProperties ErrorType = 1412

// Variant not found.
ErrMarketVariantNotFound ErrorType = 1416

Expand Down

0 comments on commit a827d6d

Please sign in to comment.