erp-service-error-wms.yml
14.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
# wms code 范围 8000xxxx
80001000:
message: "succeed"
gwError: 200:成功
80001001:
message: "fail"
gwError: 500:失败
80001002:
message: "Request params error"
gwError: 401:参数错误!
80001003:
message: "Original sku doesn't exist."
gwError: 401:原sku错误!
80001004:
message: "Skc doesn't exist, searching by original sku "
gwError: 401:原sku错误,没有查询到对应的skc
80001005:
message: "Skn doesn't exist, searching by original sku"
gwError: 401:原sku错误,没有查询到对应的skn
80001006:
message: "Request params error, sku|skn|skc doesn't exist."
gwError: 401:参数错误,没有查询到对应的sku|skn|skc
80001007:
message: "excute outStock action failure"
gwError: 500:执行出库操作失败
80001008:
message: "excute update inStock num action failure"
gwError: 500:执行更新新入库库存数量操作失败
80001009:
message: "excute build instorage order action failure"
gwError: 500:生成入库单失败
80001010:
message: "seatCodeString is not imperfect"
gwError: 500:不是残次货位
80001011:
message: "Original sku is imperfect"
gwError: 500:原SKU不能为残次品
80001012:
message: "Storage not enough"
gwError: 500:库存不足
80001013:
message: "increment offline sn returned error."
gwError: 500:获取线下店调拨单流水号失败
80001014:
message: "no approval goods"
gwError: 402:无待审核、暂停的商品
80001015:
message: "submitted allocation"
gwError: 500:已经被提交过的调拨单
80001016:
message: "no allocation record"
gwError: 500:没有与传入ID匹配的调拨单
80001017:
message: "can not delete auditing allocation"
gwError: 500:调拨单已进入审核流程,不能再进行此操作
80001018:
message: "offshopId is not exist"
gwError: 402:线下店仓库id不存在
80001019:
message: "no goods store can be moved"
gwError: 405:无可转移的库存
80001020:
message: "remained goods store is not enough"
gwError: 406:剩余库存不足
80001021:
message: "get offline instore product error"
gwError: 500:获取线下店可卖的上架商品失败
80001022:
message: "get product stock num error"
gwError: 500:获取商品库存信息失败
80001023:
message: "seat shift parameters error:storehouseId[int]|createBy[int]|goods[List]|outSeatCodeString[null or 01-01-100-01-0001(is must when opType=1,2,3,4)]|opType[1~7]|inSeatCodeString[01-01-100-01-0001]"
gwError: 401:货位转移入参错误
80001024:
message: "get store sale product error"
gwError: 500:获取商品在门店的可卖状态失败
80001025:
message: "sku is not found in picking order"
gwError: 402:商品未在拣货单中找到
80001026:
message: "no goods is found in picking order"
gwError: 500:捡货单中无商品
80001027:
message: "seatCodeString is not existed"
gwError: 500:货位不存在
80001028:
message: "seatCodeString property is not correct"
gwError: 405:货位属性不正确,不允许调拨
80001029:
message: "allocation empty"
gwError: 401:未查询到需调拨的商品信息
80001030:
message: "illegal outStorage type"
gwError: 402:非法的出库单类型
80001031:
message: "query goods by nj has error"
gwError: 403:调用南京接口获取商品信息失败
80001032:
message: "query goods by nj has exception"
gwError: 501:调用南京查询货架商品,获取异常
80001033:
message: "query allocation param is empty"
gwError: 406:[库房ID]或[出库单类型]不能为空
80001034:
message: "query allocation goods param is empty"
gwError: 407:[拨单ID]或[出库单类型]不能为空
80001035:
message: "query shelf goods param is empty"
gwError: 408:[调拨单ID]或[出库单类型]或[货架编码]不能为空
80001036:
message: "create defect allocation param error"
gwError: 406:创建残次调拨单传入参数错误
80001037:
message: "query inStoreHouseId param is empty"
gwError: 406:[入库门店id]不能为空
80001038:
message: "excute build instoreorder action seatshift failure "
gwError: 500:生成入库单时货位转移失败
80001039:
message: "excute build instoreorder action failure "
gwError: 500:生成入库单保存入库信息失败
80001040:
message: "update occupation status error!"
gwError: 406:货位转移完成更新订单状态时发生异常
80001041:
message: "create storeorderlog param error"
gwError: 406:[操作类型]不在指定范围
80001042:
message: "no need to update goods"
gwError: 406:没有商品信息需要更新
80001043:
message: "no allocation by pickingid"
gwError: 406:通过捡货单id未找到调拨单信息
80001044:
message: "fail to virtually out in storage"
gwError: 500:虚拟出入库失败!
80001045:
message: "virtual purchase form not exist"
gwError: 406:虚拟请购单不存在!
80001046:
message: "virtual out in storage status error"
gwError: 407:虚拟出入库状态错误!
80001047:
message: "virtual out in storage can't find any goods"
gwError: 408:虚拟请购单下无商品信息!
80001048:
message: "virtual out in storage can't find any shiftlogs"
gwError: 409:货位转移异常,无有效货架!
80001049:
message: "allocation goods already exist"
gwError: 400:调拨商品已存在
80001050:
message: "total allocation has been closed,can't audit"
gwError: 405:总调拨单已被关闭,不允许审核
80001051:
message: "purchase form not exist"
gwError: 406:请购单不存在!
80001052:
message: "allocation goods isn't exist"
gwError: 400:该调拨单中不存在此商品信息
80001053:
message: "virtual out in storage can't find any goods"
gwError: 408:虚拟出库请购单下无商品信息!
80001054:
message: "virtual out in storage can't find any shiftlogs"
gwError: 409:虚拟出库货位转移异常,找不到货位!
80001055:
message: "purchase form not exist"
gwError: 406:虚拟出库请购单不存在!
80001056:
message: "sku has been locked by other people."
gwError: 450:当前商品已被锁定,您无法操作!
80001057:
message: "allocation don't has any goods"
gwError: 400:调拨单中不存在任何商品,无法提交
80001058:
message: "defect picking param not is null"
gwError: 400:残次捡货的参数不能为空
80001059:
message: "defect picking param houseId not is null"
gwError: 400:残次捡货的参数中的仓库id不能为空
80001060:
message: "defect picking param createby not is null"
gwError: 400:残次捡货的参数中的创建者不能为空
80001061:
message: "defect picking param destShelfCode not is null"
gwError: 400:残次捡货的参数中的目标货架不能为空
80001062:
message: "defect picking param goodslist not is empty"
gwError: 400:残次捡货的参数中的残次商品列表不能为空
80001063:
message: "defect picking param goodslist goodssku not is null"
gwError: 400:残次捡货的参数中的残次商品列表中的商品SKU不能为空
80001064:
message: "defect picking param goodslist num not less 0"
gwError: 400:残次捡货的参数中的残次商品列表中的商品数量错误,必须大于0
80001065:
message: "defect picking param goodslist sourseShelfCode not is null"
gwError: 400:残次捡货的参数中的残次商品列表中的商品源货架不能为空
80001066:
message: "defect picking param goodslist defectSourse not is null"
gwError: 400:残次捡货的参数中的残次商品列表中的商品的残次原因不能为空
80001067:
message: "create defect allocation param not is null"
gwError: 400:创建残次调拨单的参数不能为空
80001068:
message: "create defect allocation param createby not is null"
gwError: 400:创建残次调拨单的参数中的创建者不能为空
80001069:
message: "create defect allocation param shelfcode not is null"
gwError: 400:创建残次调拨单的参数中的货架号不能为空
80001070:
message: "create defect allocation param houseId not is null"
gwError: 400:创建残次调拨单的参数中的门店仓id不能为空
80001071:
message: "create defect allocation param source not is null"
gwError: 400:创建残次调拨单的参数中的来源不能为空
80001072:
message: "create defect allocation param list not is empty"
gwError: 400:创建残次调拨单的参数中的商品列表不能为空
80001073:
message: "create defect allocation param list sku not is null"
gwError: 400:创建残次调拨单的参数中的商品列表中的商品SKU不能为空
80001074:
message: "confirm outstore param not is null"
gwError: 400:确认出库参数不能为空
80001075:
message: "confirm outstore param allocation id and code not is null"
gwError: 400:确认出库参数中的调拨单id和code不能都为空
80001076:
message: "confirm outstore param createby not is null"
gwError: 400:确认出库参数中的创建人不能为空
80001077:
message: "confirm outstore param pickingOrdersId not is null"
gwError: 400:确认出库参数中的捡货单id不能为空
80001078:
message: "confirm outstore param storeId not is null"
gwError: 400:确认出库参数中的仓库id不能为空
80001079:
message: "confirm outstore param type not is null"
gwError: 400:确认出库参数中的类型不能为空
80001080:
message: "confirm outstore param sourceShelfCode not is null"
gwError: 400:确认出库参数中的源货架不能为空
80001081:
message: "confirm outstore param destShelfCode not is null"
gwError: 400:确认出库参数中的目标货架不能为空
80001082:
message: "confirm outstore param outboxList not is null"
gwError: 400:确认出库参数中的外箱信息列表不能为空
80001083:
message: "confirm outstore param outBoxCode not is null"
gwError: 400:确认出库参数中的外箱编码不能为空
80001084:
message: "confirm outstore param goodList not is null"
gwError: 400:确认出库参数中的外箱商品信息列表不能为空
80001085:
message: "confirm outstore param brandId not is null"
gwError: 400:确认出库参数中的品牌id不能为空
80001086:
message: "confirm outstore param goods num less 0"
gwError: 400:确认出库参数中的商品数错误,必须大于0
80001087:
message: "confirm outstore param goods skc not is null"
gwError: 400:确认出库参数中的商品SKC不能为空
80001088:
message: "confirm outstore param goods skn not is null"
gwError: 400:确认出库参数中的商品SKN不能为空
80001089:
message: "confirm outstore param goods sku not is null"
gwError: 400:确认出库参数中的商品SKU不能为空
80001090:
message: "create defect allocation param list num not less 0"
gwError: 400:创建残次调拨单的参数中的商品列表中的商品数错误,必须大于0
80001091:
message: "query outstore order detail param inStoreOrderId not is null"
gwError: 400:查询出库单详情出库单号不能为空
80001092:
message: "query instore order detail param outStoreOrderId not is null"
gwError: 400:查询入库单详情入库单号不能为空
80001093:
message: "outstore order is not existed"
gwError: 500:出库单不存在
80001094:
message: "instore order is not existed"
gwError: 500:入库单不存在
80001095:
message: "confirm outstore param goods num not less 0"
gwError: 400:确认出库参数中的商品数错误,必须大于0
80001096:
message: "pickingOrders is not existed"
gwError: 404:拣货单不存在
80001097:
message: "pickingOrders has finished or has outed"
gwError: 402:拣货单已完成拣货或者已经出库
80001098:
message: "pickingNum can't greater than allocationNum"
gwError: 402:拣货数量不能大于应拣数量
80001099:
message: "follow gifts create batch no error!"
gwError: 500:随机赠品创建批次号发生错误
80001100:
message: "picking order is emtpy"
gwError: 402:捡货单生成失败,返回结果为空
80001101:
message: "follow gifts update status error"
gwError: 402:随机赠品状态不能被操作
80001102:
message: "seatCodeString's storehouseId is not equals storehouseId"
gwError: 402:货位对应的仓库id与当前仓库id不相同
80001103:
message: "The outStoreOrder has been completed "
gwError: 405:此出库单已经完成入库,不能进行再入库
80001104:
message: "Query NJ interface process shift shelf error"
gwError: 405:线下店出入库调用南京接口进行货架转移时出错
80001105:
message: "The allocation has finished or has outed"
gwError: 405:调拨单已完成拣货或者已经出库
80001106:
message: "The pickingId is not null"
gwError: 401:拣货单id不能为空
80001107:
message: "The allocationId is not null"
gwError: 402:调拨id不能为空
80001108:
message: "OutStoreNum greater than allocationNum"
gwError: 402:出库数量不能大于调拨数量
80001109:
message: "OutStoreNum greater than pickingNum"
gwError: 402:出库数量不能大于拣货数量
80001110:
message: "InStoreNum greater than OutStoreNum"
gwError: 402:入库数量不能大于出库数量
80001111:
message: "query goods by shelfCode is empty"
gwError: 406:残次货架编号无效,未查询到对应的已拣商品
80001112:
message: "invalid type of offline allocation"
gwError: 400:传入线下店调拨单类型无效
80001113:
message: "Query NJ interface process query goods error"
gwError: 405:调用南京接口获取上架的并且线下店可卖商品查询为空
80001114:
message: "Query NJ interface process shelfCode to seatCode error"
gwError: 405:调用南京接口货架转货位出错
80001115:
message: "Query stock:erp_stock.getStock interface process error"
gwError: 405:根据仓库id和商品sku查本地仓库库存数结果为空
80001116:
message: "Call NJ interface process updateProductReplenishSwitches error"
gwError: 405:调用南京接口关闭自动补货开关失败
80001117:
message: "No goods would be shift"
gwError: 201:无需要进行货位转移的商品
80001118:
message: "call NJ interface from audited allocation goods failure"
gwError: 405:调用南京同步审核通过商品的接口失败
80001119:
message: "allocation-num[%d] must <greater than> zero."
gwError: 400:调拨数量应该大于零
80001120:
message: "allocation-num[%d] must <less than or equal to> stock-num[%d]"
gwError: 400:调拨数量应该小于或等于库存数量
80001121:
message: "goods[skn:%d] is not salable for shop[storehouse:%d]"
gwError: 400:商品在门店不可卖或未上架
80001122:
message: "confirm outstore param outBoxCode is same"
gwError: 400:确认出库参数中的外箱编码不能有相同值
80001123:
message: "brand is not binding shelf"
gwError: 400:商品对应的品牌未绑定货架
80001124:
message: "no brand auth"
gwError: 400:无品牌操作权限
80001125:
message: "no new pick goods"
gwError: 411:拣货日志及上一次调拨单未查询到任何商品
80001126:
message: "scan shelf code error"
gwError: 410:请扫描调拨返仓货架
80001127:
message: "scan shelf code error"
gwError: 410:请扫描销售返仓货架