Error Handling
Http Error Codes
Error Response
{
"code": "string",
"message": "string",
"detail": "string",
"errors": [
{
"message": "string",
"param": "string",
"value": "string"
}
]
}Last updated
Was this helpful?