Core concepts

Errors

Error format, status codes and retry guidance.

Error format

json
{
  "error": {
    "code": "invalid_vehicle_year",
    "message": "Vehicle year must be between 1990 and the current year.",
    "param": "vehicle.year",
    "request_id": "req_8f3k29ab"
  }
}