Skip to end of banner
Go to start of banner

Error Codes Standardization

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Overview

Error codes have been introduced to help clients interpret error messages. The error code is added to the error message. The most common error messages have been identified. Adding the top error message details in WMS, OMS, and CIMS below.

Top Error Codes and Errors in WMS

Error Code

Error Message

Reason

Preventive Action

W101

Item : <itemCode/itemId> not present

W102

Item does not belong to ordered SKUs

W103

Incorrect Item Picked

W104

Bin : <binId> is not present

W105

ItemTemp : <itemId> not present

W106

Pick list(s) already released for order line item with SKU : <globalSkuId>

W107

Incorrect bin

W108

Item <itemId> not associated with any order

W109

Item: <itemCode> already present in Bin: <binId>

W110

Location : <locationName> is not valid

W111

Order : <orderId> not present

Top Error Codes and Errors in OMS

Error Code

Error Message

Reason

Preventive Action

O103

Unable to map Return Order : <returnOrderId> since it is already in status : <returnOrderStatus>

O104

Unable to map Return Order : <returnOrderId> since Return GateEntry ItemId : <itemId> is not processed

O105

Unable to create return order for channelReturnId : <channelReturnId>, due to invalid quantity provided in request for globalSkus

O106

No shipping label exists for awb: <awb> and transporter: <transporter

O108

All lists are empty.

O109

Order still has shipment(s) that are neither dispatched nor cancelled

O110

The shipment with the Awb <awb> cannot be added to manifest : <manifestId> as it belongs to a different channel

Top Error Codes and Errors in CIMS

Error Code

Error Message

Reason

Preventive Action

C101

No location found for clientChannelId: <clientChannelId> and channelWarehouseId: <channelWarehouseId>

C102

No Forward Order Found for ChannelOrderId: <channelOrderId>

C103

Non - CANCELLED status return not found for ChannelId : <channelId> ReturnOrderId : <returnOrderId>

C104

Processing quantity greater than ordered quantity

C105

No channel mapping exists for channelId: <channelId>, clientChannelId: <clientChannelId>

The starting character of the error code denotes the component as follows and the sequence is starting from 100 for each component.

O - OMS
W - WMS
C - CIMS

  • No labels