Get Order Messages and Message Codes
The error codes and their respective error messages for the Get Order interface are as follows:
Message Code in Response Header and Result Status | Message in Response Header and Result status | Scenario |
---|---|---|
FOM-DATA-ACCESS-SUCCESS-0000
|
Successfully processed
GetOrderRequestEvent |
Order is found and data is mapped in the response successfully. |
FOM-DATA-ACCESS-INVALID-INPUT-9999
|
Invalid value '' for input orderID in
GetOrderReqestEvent |
orderID parameter in the request header is null or empty. |
FOM-DATA-ACCESS-ORDER-NOT-FOUND-9999
|
Order not found for orderID <orderID value> | Order is not found against the orderID specified in the request header. |
FOM-DATA-ACCESS-INTERNAL-ERROR-9999
|
Internal error occurred when processing
GetOrderReqestEvent |
Any other exception occurred when processing the request. |
FOM-DATA-ACCESS-DBCONN-ERROR-9999
|
Database connection issues occurred when
processing
GetOrderReqestEvent |
Resource Failure (DB connection) issues are encountered when processing the request. |