DocumentationGlobal Error Format
Global Error Format
All error responses follow this structure:
{
"success": false,
"error": "error_code", // snake_case machine-friendly code
"message": "Human-readable explanation"
}Common Error Codes
| Code | Meaning |
|---|---|
not_found | Resource does not exist |
validation_error | Missing or invalid field |
unauthorized | Invalid/missing token |
duplicate_order | Duplicate integration_order_id |
invalid_action | Action not allowed for the current state |
internal_error | Something went wrong on our side |
Updated 4 months ago
