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…”

ModuleError CodeMessage
InventoryINVENTORY-2001Delete network not allowed as network with code %s is the last network.
InventoryINVENTORY-2002Adjustment with adjustmentId %s is already in the requested state…
InventoryINVENTORY-2003Adjustment already cancelled or approved. Please create new adjustment.
InventoryINVENTORY-2004No items present in adjustment to proceed with approval or rejection.