Error Codes Overview
The AS Interface should only return error codes in the1xxxrange. Any other codes are internal errors and should not be exposed to the WMS. In such cases, please contact [email protected].
| Error description | Error code | Error details |
|---|---|---|
| PORT_IS_NOT_AVAILABLE | 1000 | The specified Port is not available. |
| PORT_IS_CLOSING | 1001 | The specified Port is closing. |
| PORT_IS_ALREADY_OPEN | 1002 | The specified Port is already open. |
| MISSING_PARAMETER_PORT_ID | 1003 | Mandatory parameter port_id is missing. |
| INVALID_PARAMETER_PORT_ID | 1004 | Parameter port_id is not valid (invalid format or out of range). |
| INVALID_PARAMETER_CONTENT | 1006 | Parameter content is not valid (invalid format or out of range). |
| INVALID_PARAMETER_CATEGORY | 1007 | Parameter category is not valid (invalid format or out of range). |
| INVALID_PARAMETER_REQ_TIME | 1008 | Parameter req_time is not valid (invalid format or out of range). |
| PORT_IS_NOT_OPEN | 1009 | The specified Port is not open. |
| INVALID_PARAMETER_BIN_ID | 1010 | Parameter bin_id is not valid (invalid format or out of range). |
| BIN_DOES_NOT_EXIST | 1011 | The specified Bin does not exist. |
| INVALID_PARAMETER_TASK_ID | 1012 | Parameter task_id is not valid (invalid format or out of range). |
| INVALID_PARAMETER_TASKGROUP_ID | 1013 | Parameter taskgroup_id is not valid (invalid format or out of range). |
| INVALID_PARAMETER_SHIPMENT | 1014 | Parameter shipment is not valid (invalid format or out of range). |
| NO_TASKS_OR_BINS_FULFILLS_PORT_SELECT | 1015 | There are no tasks or Bins that fulfill the Port select requirements. |
| NO_READY_BINS_FULLFILLS_PORT_SELECT | 1016 | There are no Bins ready that fulfill the Port select requirements. |
| TASK_DOES_NOT_EXIST | 1017 | The specified task does not exist. |
| TASKGROUP_DOES_NOT_EXIST | 1018 | The specified task group does not exist. |
| TASKGROUP_IS_SELECTED_BY_ANOTHER_PORT | 1019 | The specified task group is selected by another Port. |
| CONFLICTS_WITH_PREV_OPENBIN | 1020 | The openbin conflicts with a previous openbin call that is not yet closed. |
| CONFLICTS_WITH_SELECTED_SHIPMENT | 1021 | The openbin conflicts with the Port's selected shipment. |
| CONFLICTS_WITH_SELECTED_TASKGROUP | 1022 | The openbin conflicts with the Port's selected task group. |
| MULTIPLE_SELECTION_PARAMS_NOT_ALLOWED | 1023 | Multiple selection parameters are not allowed. |
| MISSING_PARAMETER_BIN_ID | 1024 | Mandatory parameter bin_id is missing. |
| INVALID_PARAMETER_TASK_COMPLETE | 1025 | Parameter taskcomplete is not valid (invalid format or out of range). |
| PORT_HAS_NOT_SELECTED_BIN | 1026 | The Port does not have a selected Bin. |
| BIN_IS_NOT_READY_IN_PORT | 1027 | The Bin is not yet ready in the Port. |
| BIN_AND_TASK_CONFLICTS_WITH_SELECTED | 1028 | The Bin and task parameters conflict with the open Bin and task. |
| BIN_IS_ALREADY_INSERTED | 1029 | The specified Bin is already inserted. |
| PORT_HAS_A_SELECTED_BIN | 1030 | The Port has a selected Bin. |
| MISSING_PARAMETER_TASKGROUP_ID | 1031 | Mandatory parameter taskgroup_id is missing. |
| TASKGROUP_ALREADY_EXISTS | 1032 | The task group already exists. |
| TASK_ALREADY_EXISTS | 1033 | The task already exists. |
| MISSING_PARAMETER_CATEGORY | 1034 | Mandatory parameter category is missing. |
| MISSING_PARAMETER_REQ_TIME | 1035 | Mandatory parameter req_time is missing. |
| MISSING_PARAMETER_PRIORITY | 1036 | Mandatory parameter priority is missing. |
| INVALID_PARAMETER_PRIORITY | 1037 | Parameter priority is not valid (invalid format or out of range). |
| INVALID_PARAMETER_STARTTIME | 1038 | Parameter start_time is not valid (invalid format or out of range). |
| INVALID_PARAMETER_SUSPENDED | 1039 | Parameter suspended is not valid (invalid format or out of range). |
| MISSING_PARAMETER_TASK_ID | 1040 | Mandatory parameter task_id is missing. |
| INVALID_PARAMETER_ITEM | 1041 | Parameter item is not valid (invalid format or out of range). |
| INVALID_PARAMETER_ORDER | 1042 | Parameter order is not valid (invalid format or out of range). |
| TASKGROUP_DOES_NOT_HAVE_TASKS | 1043 | The task group has no tasks. |
| TASKGROUP_IS_SELECTED_BY_PORT | 1044 | The task group is selected by a Port. |
| TASK_IS_SELECTED_BY_A_PORT | 1045 | The task is selected by a Port. |
| XML_PARSE_ERROR | 1046 | XML parsing error. |
| UNKNOWN_METHOD | 1047 | Unknown method. |
| SYSTEM_IS_NOT_AVAILABLE | 1048 | System is not available on the URL provided. |
| RESPONSE_OVERFLOW | 1049 | Response overflow. |
| TOO_MANY_CATEGORY_OR_CONTENT_CODES | 1050 | Too many categories or content codes. Select > 32. |
| CONFLICTING_CATEGORY_AND_CONTENT | 1051 | Conflicting category and content. |
| INVALID_PARAMETER_SUSPEND_TASKGROUP | 1052 | Parameter suspendtaskgroup is not valid (invalid format or out of range). |
| INVALID_PARAMETER_MIN_TASKGROUP_ID | 1053 | Parameter mintaskgroupid is not valid (invalid format or out of range). |
| INVALID_PARAMETER_MAX_TASKGROUP_ID | 1054 | Parameter maxtaskgroupid is not valid (invalid format or out of range). |
| PARAMETER_MIN_BINID_IS_INVALID | 1055 | Parameter min_bin_id is not valid (invalid format or out of range). |
| PARAMETER_MAX_BINID_IS_INVALID | 1056 | Parameter max_bin_id is not valid (invalid format or out of range). |
| INVALID_PARAMETER_EST_PICK_TIME | 1057 | Parameter estpicktime is not valid (invalid format or out of range). |
| BIN_IS_STILL_OUTSIDE | 1058 | Bin is still outside. |
| TOO_MANY_TASKS_INCLUDED | 1059 | Too many tasks included. The maximum number of tasks in a single taskgroup is 4000 tasks. |
| PARAMETER_PORT_MODE_IS_INVALID | 1060 | Parameter port_mode is not valid (invalid format or out of range). |
| PARAMETER_TARGET_GRID_IS_INVALID | 1061 | Parameter target_grid is not valid (invalid format or out of range). |
| PORT_FLOW_OVERFLOW | 1062 | Port queue is full. The maximum size of a port's port queue is 1000 bins. |
| BIN_FLOW_OVERFLOW | 1063 | Bin preparation queue is full. The maximum size of the bin preparation queue is 20000 bins. |
| PARAMETER_ELEMENT_BINS_MISSING | 1064 | Mandatory parameter element Bins are missing. |
| PARAMETER_ALL_IS_NOT_VALID | 1065 | Parameter all is not valid (invalid format or out of range). |
| PARAMETER_X_IS_MISSING | 1066 | Mandatory parameter x is missing. |
| PARAMETER_X_IS_INVALID | 1067 | Parameter x is not valid (invalid format or out of range). |
| PARAMETER_Y_IS_MISSING | 1068 | Mandatory parameter y is missing. |
| PARAMETER_Y_IS_INVALID | 1069 | Parameter y is not valid (invalid format or out of range). |
| PARAMETER_GETBIN_IS_MISSING | 1070 | Mandatory parameter getbin is missing. |
| PARAMETER_GETBIN_IS_INVALID | 1071 | Parameter getbin is not valid (invalid format or out of range). |
| POS_DOES_NOT_BELONG_TO_PORT | 1072 | The specified position does not belong to the specified Port. |
| INVALID_PARAMETER_BIN_TYPE | 1073 | Parameter bin_type is not valid (invalid format or out of range). |
| LOCATION_IS_READY | 1074 | Location is ready. The message portlocationready has been sent. Before sending the next portcellallocate for the same cell, the Bin must be confirmed in the Port (confirmation from Log Publisher). |
| INVALID_PARAMETER_BIN_MODE | 1075 | Parameter bin_mode is not valid (invalid format or out of range). |
| BIN_IS_NOT_OUTSIDE | 1076 | Bin is not outside. |
| MAX_NUMBER_OF_BINS_ARE_INSERTED | 1077 | Maximum number of Bins already inserted. |
| BIN_IS_IN_PORT | 1078 | Bin is in Port. The methods The port must be empty before it is possible to enable the MultiPort, but there is one or more bins in the MultiPort or one of the connected physical ports. TheFlush Port method can be used to request the port(s) to be emptied. |
| INVALID_BIN_MODE_HOST | 1079 | Illegal Bin mode. The message forecastbin will be rejected if the current bin mode is not GRID. The message cancelforecastbin will be rejected if the current bin mode is not FORECAST. |
| METHOD_IS_NOT_SUPPORTED | 1080 | Method is not supported. The method is not supported by some of the other modules. For example, the method may requires a newer version of AutoStore Driver or AutoStore Planner. |
| MANDATORY_PARAMETER_INDEX_IS_MISSING | 1081 | Mandatory parameter index is missing. |
| PARAMETER_INDEX_NOT_VALID | 1082 | Parameter index not valid (invalid format or out of range). |
| NO_ROOM_FOR_GIVEN_CONTENT | 1083 | No room for given content. |
| PARAMETER_CONFIGNAME_IS_NOT_VALID | 1084 | Invalid parameter configname. |
| PARAMETER_CONFIGVALUE_IS_NOT_VALID | 1085 | Invalid parameter configvalue. |
| MANDATORY_PARAMETER_BINTYPE_MISSING | 1086 | Mandatory parameter bin_type is missing. |
| ILLEGAL_PORT_TYPE | 1087 | Illegal Port type. |
| PARAMETER_CHARGEPCT_IS_INVALID | 1088 | Parameter charge_percent is not valid (invalid format or out of range). |
| BIN_TYPE_NOT_SUPPORTED_IN_PORT | 1089 | Any of the tasks in any of the listed taskgroups are on a bin that is not supported by port as per the configuration. |
| CATEGORY_CONFLICT | 1090 | Any of the listed taskgroups has a category which matches an open non-sequence port. |
| TASKGROUP_BELONGS_TO_SHIPMENT | 1091 | Any of the listed taskgroups has the shipment property set. |
| TASKGROUP_BELONGS_TO_SEQUENCE | 1092 | Any of the listed taskgroups are part of the sequence to another port already. Any of the listed taskgroups appear multiple times in the list. Only on sequence command APPEND: Any of the listed taskgroups are already in the sequence to the same port. |
| PORT_MODE_SEQUENCE_REQUIRED | 1093 | The port is not open in mode SEQUENCE. |
| MISSING_OR_UNKNOWN_SEQUENCE_COMMAND | 1094 | The sequence command is missing or unknown. |
| CANNOT_SET_PORT_MODE | 1095 | |
| BIN_BATCH_OVERFLOW | 1096 | |
| INVALID_PARAMETER_BIN_BATCH | 1097 | |
| INVALID_PARAMETER_BATCH_STRING | 1098 | |
| ILLEGAL_PORT_MODE | 1099 | The Port is not in the correct mode. |
| INVALID_PARAMETER_TIMEOUT_MODE | 1100 | |
| INVALID_PARAMETER_TIMEOUT_VALUE | 1101 | |
| MISSING_PARAMETER_SOURCE_PORT_ID | 1102 | |
| INVALID_PARAMETER_SOURCE_PORT_ID | 1103 | |
| MISSING_PARAMETER_TARGET_PORT_ID | 1104 | |
| INVALID_PARAMETER_TARGET_PORT_ID | 1105 | |
| MISSING_PARAMETER_SOURCE_BIN_ID | 1106 | |
| INVALID_PARAMETER_SOURCE_BIN_ID | 1107 | |
| MISSING_PARAMETER_TARGET_BIN_ID | 1108 | |
| INVALID_PARAMETER_TARGET_BIN_ID | 1109 | |
| MISSING_PARAMETER_SOURCE_COMPARTMENT | 1110 | |
| INVALID_PARAMETER_SOURCE_COMPARTMENT | 1111 | |
| MISSING_PARAMETER_TARGET_COMPARTMENT | 1112 | |
| INVALID_PARAMETER_TARGET_COMPARTMENT | 1113 | |
| MISSING_PARAMETER_QUANTITY | 1114 | |
| INVALID_PARAMETER_QUANTITY | 1115 | |
| SOURCE_PORT_IS_NOT_AVAILABLE | 1116 | |
| TARGET_PORT_IS_NOT_AVAILABLE | 1117 | |
| SOURCE_BIN_DOES_NOT_EXIST | 1118 | |
| TARGET_BIN_DOES_NOT_EXIST | 1119 | |
| TASKGROUP_IS_NOT_IN_SEQUENCE | 1120 | |
| TASKGROUP_IS_NOT_FIRST_IN_SEQUENCE | 1121 | |
| TASKGROUP_ITEM_AND_ORDER_CONFLICT | 1122 | |
| SELECTED_TASKGROUP_MUST_BE_FIRST_IN_SEQUENCE | 1123 | |
| ILLEGAL_PORT_NUMBER | 1124 | |
| BIN_IS_IN_UNAVAILABLE_CELL | 1125 | The bin being retrieved is located in an unavailable cell (such as a street-mode cell). Bins located in such cells cannot be retrieved, and the same restriction applies to task groups that contain these bins. Additionally, any explicit requests for these bins or task groups are rejected. |
| TOO_MANY_BINS_INCLUDED | 1126 | |
| MISSING_PARAMETER_CONTENT | 1127 | |
| BIN_IN_CELL_AWAITING_GET | 1128 | More than one bin in GRID mode is present in the custom port cell. If the first bin is successfully inserted but has not yet been picked up by a robot, it remains at the custom port cell coordinates. When a second bin is then attempted to be inserted, the system issues this error because there is no available space to handle the second incoming bin. Check this page for more info about the process. |
| CANNOT_DELETE_BIN | 1129 | The bin cannot be deleted because there is an active job associated with it. |
| INVALID_POSITION | 1130 | The area defined by the provided coordinates does not exist in its entirety on the grid. |
| INVALID_CONTENT_FOR_BIN_TYPE | 1131 | |
| UNEXPECTED_BIN_TYPE | 1132 | |
| DUPLICATE_ID | 1133 | |
| TASKS_NOT_SUPPORTED_IN_CONTENT_PORT | 1136 | |
| MISSING_PARAMETER_BATCHSTRING | 1137 | |
| MISSING_PARAMETER_BIN_MODE | 1138 | |
| MISSING_PARAMETER_CONFIGNAME | 1139 | |
| MISSING_PARAMETER_CONFIGVALUE | 1140 | |
| MISSING_PARAMETER_CHARGE_PERCENT | 1141 | |
| MISSING_PARAMETER_OPERATION | 1142 | |
| INVALID_PARAMETER_OPERATION | 1143 | |
| MISSING_PARAMETER_DETAIL | 1144 | |
| INVALID_PARAMETER_DETAIL | 1145 | |
| MISSING_PARAMETER_COMMAND | 1146 | |
| INVALID_PARAMETER_COMMAND | 1147 | |
| AUTOCASE_PREVIOUS_OPERATION_NOT_COMPLETED | 1148 | New operation cannot be set until the previous operation is completed. |
| AUTOCASE_OPERATION_BIN_NOT_SELECTED | 1149 | New operation can be set only on a selected bin. The specified bin is not selected for the specified port, the requested operation is therefore invalid. |
| MULTI_PORT_ALREADY_ENABLED | 1150 | |
| MULTI_PORT_ALREADY_DISABLED | 1151 | |
| AUTOCASE_NO_ACTIVE_OPERATION | 1152 | Cannot cancel operation when there is not active operation. There is no active operation, therefore there is no expectation of receiving anything |
| PORT_DOES_NOT_HAVE_ERROR | 1153 | AutoCase operation can be cancelled only when the port has an error. AutoCase does not have an error. Cancellation is not valid. |
| PENDING_PUT_BIN | 1154 | Port cell is not released yet. Used when enabling/disabling MultiPort or for manual move commands in ports. |
| PENDING_GET_BIN | 1155 | Bin inside port has bin mode GRID. Used for manual move commands in ports. |
| MISSING_SITE_KEY_ID | 1200 | SiteKeyId is missing from SystemDataUpdate. |
| MISSING_CENTRAL_AP | 1201 | Central access point is missing. |
| TOO_MANY_TASKGROUPS_ARE_QUEUED | 9001 | |
| TOO_MANY_TASKS_ARE_QUEUED | 9002 | |
| UNDEFINED_ERROR | 9997 | Undefined error (internal server error). |
| UNKNOWN_DRIVER_REJECT | 9998 | Unknown reject code. |
| DRIVER_TIMEOUT | 9999 | Driver timeout. The method may or may not have been completed. The WMS must handle both situations. The interface did not receive confirmation from the driver within the time limit (might be a network issue between application server and ASCS). In a simulation environment, this fault can be caused by a too high time factor or workload on the simulation server. |
Updated 23 days ago