The following errors are specific to the Shipment module.

The %s in error messages are placeholders used to indicate where a specific value, such as a Shipment ID or an item name, will be inserted when the actual error message is displayed.

For example, if the error is “Shipment is already in status %s,” and the shipment has been marked as DELIVERED, the displayed message would become “Shipment is already in status DELIVERED.”

ModuleError CodeMessage
ShipmentSHIPMENT-2001The related transfer is in an invalid state %s.
ShipmentSHIPMENT-2002The requested quantity for item with item ID %s exceeds the shipped quantity.
ShipmentSHIPMENT-2003Partial shipment is not permitted for this transfer.
ShipmentSHIPMENT-2004Over-shipment is not permitted for this transfer.
ShipmentSHIPMENT-2005Shipment is already in status %s.
ShipmentSHIPMENT-2006Item %s has already been scratched.
ShipmentSHIPMENT-2007Item %s has already been shipped.
ShipmentSHIPMENT-2008Item %s has already been packed.
ShipmentSHIPMENT-2009Allocation %s is already in SHIPPED status.
ShipmentSHIPMENT-2010Transfer %s is either in corrupted or rejected status.
ShipmentSHIPMENT-2011Shipment is in invalid state to perform operation.