Common Issues
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.
1. App with Package Name Not Found
App not registered in Drizz
Package name mismatch
Organization access issue
2. Test Plan Not Found
Invalid test plan ID
Test plan archived or deleted
Cross-organization access attempt
3. File Size Exceeded
APK exceeds 500 MB
Optimize APK using build tools
4. Invalid Access Token
Token expired (24-hour validity)
Incorrect client credentials
Missing or malformed x-api-key header
Last updated
Was this helpful?