Errors
Last updated
Was this helpful?
Was this helpful?
{
"statusCode": 400,
"code": "VALIDATION_ERROR",
"message": "Validation failed",
"details": [
{ "field": "name", "message": "Required" },
{ "field": "exchange_account_id", "message": "Invalid id format" }
]
}{
"statusCode": 429,
"code": "RATE_LIMITED",
"message": "Rate limit exceeded. Please slow down.",
"details": { "limit": 100, "remaining": 0, "resetMs": 42000 }
}{
"data": null,
"errors": [
{
"message": "Not authorized",
"path": ["me"],
"errorType": "Unauthorized"
}
]
}{
"data": {
"create_strategy": {
"success": false,
"error": "Exchange account not found",
"data": null
}
}
}