Error codes overview
| 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. |
| 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 messages forecastbin and cancelforecastbin will be rejected if the Bin is in a Port. |
| 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 | |
| CATEGORY_CONFLICT | 1090 | |
| TASKGROUP_BELONGS_TO_SHIPMENT | 1091 | |
| TASKGROUP_BELONGS_TO_SEQUENCE | 1092 | |
| PORT_MODE_SEQUENCE_REQUIRED | 1093 | |
| MISSING_OR_UNKNOWN_SEQUENCE_COMMAND | 1094 | |
| CANNOT_SET_PORT_MODE | 1095 | |
| BIN_BATCH_OVERFLOW | 1096 | |
| INVALID_PARAMETER_BIN_BATCH | 1097 | |
| INVALID_PARAMETER_BATCH_STRING | 1098 | |
| ILLEGAL_PORT_MODE | 1099 | |
| 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 | |
| TOO_MANY_BINS_INCLUDED | 1126 | |
| MISSING_PARAMETER_CONTENT | 1127 | |
| BIN_IN_CELL_AWAITING_GET | 1128 | |
| CANNOT_DELETE_BIN | 1129 | |
| 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 2 months ago