> For the complete documentation index, see [llms.txt](https://docs.drizz.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drizz.dev/drizz-api-integration/error-code.md).

# Error Code

This section outlines the HTTP status codes returned by Drizz Public APIs. Each code reflects the state of the request ranging from successful triggers to validation issues, conflicts, or service-level errors.These responses enable engineering, QA, and CI/CD systems to programmatically detect failures, apply retries, escalate integration issues, and maintain predictable automation workflows.

#### &#x20;HTTP Status Codes

| Code | Description  | Action                               |
| ---- | ------------ | ------------------------------------ |
| 200  | Success      | Execution triggered successfully     |
| 207  | Multi-Status | Inspect failed executions            |
| 400  | Bad Request  | Validate payload and parameters      |
| 404  | Not Found    | Verify test plan or app registration |
| 409  | Conflict     | APK version already exists           |
| 500  | Server Error | Contact Drizz support                |
| 502  | Bad Gateway  | Retry or check service availability  |
