Error Handling
Understand Marketplace API errors and status codes.
{
"type": "https://tools.ietf.org/html/rfc9110#section-15.5.1",
"title": "Bad Request",
"status": 400,
"detail": "One or more validation errors occurred.",
"traceId": "00-9e02a91b64ac56904703a3a69ea9101d-56be90a29d0b0b25-00",
"errors": {
"mistake": [
"Unknown expression group."
]
}
}Common errors
HTTP status
Description
Last updated
Was this helpful?