๐จ Errors
Errors
Straqa uses clear and descriptive error responses.
Error Response Format:
{
"success": false,
"message": "Invalid API Key",
"data": null,
"responseCode": "AUTH_ERROR"
}
Common Response Codes:
|
Code |
Meaning |
|---|---|
|
|
Invalid or missing API key |
|
|
Request validation error |
|
|
Resource not found |
|
|
Internal error occurred |
Always check the message and responseCode for debugging.