In case of a server-side error in our system, our API will return an
error with an HTTP status code in the 500 to 599 range.None of these errors can be resolved client side. Please contact support to raise any 5XX errors.
Copy
Ask AI
{ "type": "error", "code": "server_error", "status": 500, "message": "Request could not be processed", "details": []}