Errors
In the section we provide more details about the errors and the standardisation we use
Example validation error
{
"error": {
"code": "NOT_FOUND",
"message": "Shipment does not exist",
"metadata": null
}
}Last updated