All the possible error codes for Container tracking API are listed below.
200 Response
Those reponses mean that we have been able to detect the sealine and to get a response from the shipping line. ut the response does not contain tracking data.
HTTP Error Code | Message | Error details |
---|---|---|
200 | SEALINE_HASNT_PROVIDE_INFO | Request completed successfully. The line replied that nothing was found for this request |
200 | SEALINE_CANCELED_SHIPMENT | Request completed successfully. Shipment cancelled |
400 and 500 Responses
Those responses mean that we have been unable to query information from the shipping line. Therefore, the requests that led to those errors will not be invoiced.
HTTP Error Code | Message | Error details |
---|---|---|
400 | BAD_REQUEST | Your request is missing required parameters |
400 | Param: shipmentNumber cannot be null or empty | |
400 | WRONG_NUMBER | Invalid container / bill of lading or booking number specified |
400 | WRONG_SEALINE | Invalid carrier alpha code (SCAC) specified |
400 | WRONG_TYPE | The specified document type is invalid. |
400 | Cannot convert value: {value} into request type: Boolean | |
400 | SEALINE_NO_RESPONSE | An error occurred while executing the request. The line is not responding |
400 | SEALINE_TEMPORARY_DISABLED | This carrier is temporary disabled, try again later |
400 | AUTO_CANT_DETECT_SEALINE | Request completed successfully. We can't auto-detect the sealine, try to enter the sealine manually |
400 | AUTO_CANT_DETECT_TYPE | Request completed successfully. We can't auto-detect the document type, try to enter the document type manually |
400 | AUTO_CANT_FIND_INFO | Request completed successfully. We can't auto-detect the information about this document, try to enter the sealine and the document type manually |
400 | SEALINE_NOT_SUPPORTED | Sealine SCAC code is not supported (check GET /sealines for supported sealines and corresponding SCAC codes) |
400 | TYPE_NOT_SUPPORTED_FOR_SEALINE | Shipment Type you entered is not supported for this Sealine (check GET /sealines for supported shipment types) |
400 | WRONG_PARAMETERS | |
400 | SEALINE_UNDER_MAINTENANCE | This carrier is under maintenance, try again later |
405 | Method POST is not allowed | |
500 | An unexpected error has occurred |