You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,28 +203,28 @@ end
203
203
Trackingmore uses conventional HTTP response codes to indicate success or failure of an API request. In general, codes in the 2xx range indicate success, codes in the 4xx range indicate an error that resulted from the provided information (e.g. a required parameter was missing, a charge failed, etc.), and codes in the 5xx range indicate an TrackingMore's server error.
400 |4122 | <code>BadRequest</code> | Missing or invalid value of the special required fields for this courier.
220
-
400 |4130 | <code>BadRequest</code> | The format of Field name is invalid.
221
-
400 |4160 | <code>BadRequest</code> | The awb_number is required or invaild format.
222
-
400 |4161 | <code>BadRequest</code> | The awb airline does not support yet.
223
-
400 |4190 | <code>BadRequest</code> | You are reaching the maximum quota limitation, please upgrade your current plan.
224
-
401 |401 | <code>Unauthorized</code> | Authentication failed or has no permission. Please check and ensure your API Key is correct.
225
-
403 |403 | <code>Forbidden</code> | Access prohibited. The request has been refused or access is not allowed.
226
-
404 |404 | <code>NotFound</code> | Page does not exist. Please check and ensure your link is correct.
227
-
429 |429 | <code>TooManyRequests</code>| Exceeded API request limits, please try again later. Please check the API documentation for the limit of this API.
|400 |4122 | <code>BadRequest</code> |Missing or invalid value of the special required fields for this courier.|
220
+
|400 |4130 | <code>BadRequest</code> |The format of Field name is invalid.|
221
+
|400 |4160 | <code>BadRequest</code> |The awb_number is required or invaild format.|
222
+
|400 |4161 | <code>BadRequest</code> |The awb airline does not support yet.|
223
+
|400 |4190 | <code>BadRequest</code> |You are reaching the maximum quota limitation, please upgrade your current plan.|
224
+
|401 |401 | <code>Unauthorized</code> |Authentication failed or has no permission. Please check and ensure your API Key is correct.|
225
+
|403 |403 | <code>Forbidden</code> |Access prohibited. The request has been refused or access is not allowed.|
226
+
|404 |404 | <code>NotFound</code> |Page does not exist. Please check and ensure your link is correct.|
227
+
|429 |429 | <code>TooManyRequests</code>|Exceeded API request limits, please try again later. Please check the API documentation for the limit of this API.|
0 commit comments