"Task not found" | 404 | Task does not exist or you do not own it | Verify the task ID |
"Task not found or not in ESTIMATE_PENDING status" | 404 | Cannot approve/reject — task is in wrong state | Check task status first with GET /api/v1/tasks/:id |
"Task not found or cannot be cancelled" | 404 | Task is in a non-cancellable state | Only PENDING, ESTIMATE_PENDING, and ACCEPTED tasks can be cancelled |
"Task not found or not in reviewable status" | 404 | Cannot verify — task is not SUBMITTED or MANUAL_REVIEW | Wait for the operator to submit proof |
"Credential task not found or not completed" | 404 | Cannot retrieve credential — task is not completed or not a credential task | Ensure the task has status: COMPLETED and task_domain: CREDENTIAL |