This section covers the different types of errors that you might encounter while using the Express Delivery Order API, along with their meanings and suggested actions.
4XX errors indicate that there was a problem with the request made by the client. These errors are usually caused by incorrect input or unauthorized access.Example Response:
Copy
{ "error": { "code": "Unauthorized", "message": "Missing or invalid API token." }}