Skip to content

Commit

Permalink
feat: add error message for Too Many Items (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kivra-mikgra authored Aug 30, 2023
1 parent e3508d0 commit 841bf86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@
"short_message": "Forms Not Supported",
"long_message": "Forms is only supported in v2 content creation, not supported in v1 content creation"
},
"40054": {
"short_message": "Too Many Items",
"long_message": "Too many items in request payload"
},
"40098": {
"short_message": "Invalid Barcode",
"long_message": "The barcode could not be created due to invalid barcode type"
Expand Down

0 comments on commit 841bf86

Please sign in to comment.