Error codes
Should the request fail, you will get a non 200 HTTP response code, and a JSON body on the following format:
{
"message": "Insufficient availability.",
"fields": {
"someField": "some value to help you out"
}
}
Did this answer your question?
😞
😐
🤩