Orders & Inventory
Allocation Error Codes
The following errors are specific to the Allocation module.
The %s
in error messages are placeholders used to indicate where a specific value, such as an Allocation ID or an item name, will be inserted when the actual error message is displayed.
For example, if the error is “Order is in invalid state with status code: %s
,” and the order status is PENDING_REVIEW
, the displayed message would become “Order is in invalid state with status code: PENDING_REVIEW
.”
Module | Error Code | Message |
---|---|---|
Allocation | ALLOCATION-2001 | Items are not eligible for allocation. |
Allocation | ALLOCATION-2002 | No items to process %s . |
Allocation | ALLOCATION-2003 | Item is in shipped status, not applicable for scratch. |
Allocation | ALLOCATION-2004 | Item is in cancelled status, not applicable for shipment. |
Allocation | ALLOCATION-2005 | Allocation is already cancelled or scratched. |
Allocation | ALLOCATION-2006 | Order is in invalid state with status code: %s . |
Allocation | ALLOCATION-2007 | Backorder items are not available to process. |
Allocation | ALLOCATION-2008 | OFL request can not be prepared due to unavailable items. |
Allocation | ALLOCATION-2009 | AllocationLineNumber is in invalid state: %s . |