Skip to main content
If a job fails, the response includes an error object with a code and message.
{
  "job_id": "job_01JABCD123",
  "type": "change.detect",
  "status": "Failed",
  "error": {
    "code": "PROCESSING_ERROR",
    "message": "Unable to analyze overlay - source images missing"
  }
}

Error Codes

Error CodeDescription
PROCESSING_ERRORGeneral processing failure
RESOLUTION_TOO_LOWImage resolution insufficient for analysis
UNSUPPORTED_FORMATFile format not supported
TIMEOUTOperation timed out
Retry the job if the error is transient. Contact support if the error persists.