-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstatusCodes.js
102 lines (102 loc) · 3.1 KB
/
statusCodes.js
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
module.exports = {
0: "Successfull operation",
1: "Incorrect merchant",
2: "Merchant number empty",
3: "Incorrect merchant account number",
4: "",
5: "Incorrect Merchant shipment reference",
6: "",
7: "Incorrect Consignee reference",
8: "Incorrect password or hash",
9: "Unknown or not unique city",
10: "Incorrect type of collection",
11: "Point Relais collection number incorrect",
12: "Point Relais collection country.incorrect",
13: "Incorrect type of delivery",
14: "Incorrect delivery Point Relais� number",
15: "Point Relais delivery country.incorrect",
16: "",
17: "",
18: "",
19: "",
20: "Incorrect parcel weight",
21: "Incorrect developped lenght (length + height)",
22: "Incorrect parcel size",
23: "",
24: "Incorrect shipment number",
25: "Not enougth money on your acount to register this shipment",
26: "Incorrect assembly time",
27: "Incorrect mode of collection or delivery",
28: "Incorrect mode of collection",
29: "Incorrect mode of delivery",
30: "Incorrect address (L1)",
31: "Incorrect address (L2)",
32: "",
33: "Incorrect address (L3)",
34: "Incorrect address (L4)",
35: "Incorrect city",
36: "Incorrect zipcode",
37: "Incorrect country",
38: "Incorrect phone number",
39: "Incorrect e-mail",
40: "Missing parameters",
41: "",
42: "Incorrect COD value",
43: "Incorrect COD currency",
44: "Incorrect shipment value",
45: "Incorrect shipment value currency",
46: "End of shipments number range reached",
47: "Incorrect number of parcels",
48: "Multi-Parcel not permitted at Point Relais�",
49: "Incorrect action",
50: "",
51: "",
52: "",
53: "",
54: "",
55: "",
56: "",
57: "",
58: "",
59: "",
60: "Incorrect text field (this error code has no impact)",
61: "Incorrect notification request",
62: "Incorrect extra delivery information",
63: "Incorrect insurance",
64: "Incorrect assembly time",
65: "Incorrect appointement",
66: "Incorrect take back",
67: "Incorrect latitude",
68: "Incorrect longitude",
69: "Incorrect merchant code",
70: "Incorrect Point Relais� number",
71: "Incorrect Nature de point de vente non valide",
72: "",
73: "",
74: "Incorrect language",
75: "",
76: "",
77: "",
78: "Incorrect country of collection",
79: "Incorrect country of delivery",
80: "Tracking code : Recorded parcel",
81: "Tracking code : Parcel in process at Mondial Relay",
82: "Tracking code : Delivered parcel",
83: "Tracking code : Anomaly",
84: "(Reserved tracking code)",
85: "(Reserved tracking code)",
86: "(Reserved tracking code)",
87: "(Reserved tracking code)",
88: "(Reserved tracking code)",
89: "(Reserved tracking code)",
90: "",
91: "",
92: "",
93: "No information given by the sorting plan. If you want to do a collection or delivery at Point Relais, please check it is avalaible. \nIf you want to do a home delivery, please check if the zipcode exists.",
94: "Unknown parcel",
95: "Merchant account not activated",
96: "",
97: "Incorrect security key",
98: "Generic error (Incorrect parameters)",
99: "Generic error of service system",
};