Orders & Inventory
Inventory Error Codes
The following errors are specific to the Inventory module.
The %s
in error messages are placeholders used to indicate where a specific value, such as an Inventory ID or an item name, will be inserted when the actual error message is displayed.
For example, let’s assume the error is “Adjustment with adjustmentId %s
is already in the requested state…”. If a user tries to submit an inventory adjustment with an ID of ADJ-789
, but that specific adjustment has already been created and is awaiting approval or rejection, the error would display “Adjustment with adjustmentId ADJ-789
is already in the requested state…”
Module | Error Code | Message |
---|---|---|
Inventory | INVENTORY-2001 | Delete network not allowed as network with code %s is the last network. |
Inventory | INVENTORY-2002 | Adjustment with adjustmentId %s is already in the requested state… |
Inventory | INVENTORY-2003 | Adjustment already cancelled or approved. Please create new adjustment. |
Inventory | INVENTORY-2004 | No items present in adjustment to proceed with approval or rejection. |