Error Codes
| Error Code | Description |
|---|---|
PROCESSING_ERROR | General processing failure |
RESOLUTION_TOO_LOW | Image resolution insufficient for analysis |
UNSUPPORTED_FORMAT | File format not supported |
TIMEOUT | Operation timed out |
Handle job failures and error codes.
{
"job_id": "job_01JABCD123",
"type": "change.detect",
"status": "Failed",
"error": {
"code": "PROCESSING_ERROR",
"message": "Unable to analyze overlay - source images missing"
}
}
| Error Code | Description |
|---|---|
PROCESSING_ERROR | General processing failure |
RESOLUTION_TOO_LOW | Image resolution insufficient for analysis |
UNSUPPORTED_FORMAT | File format not supported |
TIMEOUT | Operation timed out |