Authentication errors
Problem: “Invalid API key”
Symptoms:- Check API key is correct:
- Verify key is active:
- Log into dashboard
- Check API keys page
- Regenerate if needed
- Check for whitespace:
Verification failures
Problem: Unexpected verification failures
Symptoms:- Enable verbose mode:
- Check trace:
- Verify input format:
Performance issues
Problem: Slow response times
Symptoms: Response time > 5 seconds Solutions:- Use batch processing:
- Increase timeout:
- Check network latency:
Quota issues
Problem: “Quota exceeded”
Symptoms:- Check quota status:
- Upgrade plan:
- Visit https://qwedai.com/pricing
- Contact sales for enterprise
- Implement rate limiting:
Integration issues
Problem: Pages still showing 404
症 Symptoms: “Page Not Found” on integration pages Solutions:- Use correct URL format:
- Hard refresh:
- Windows: Ctrl + Shift + R
- Mac: Cmd + Shift + R
- Check deployment:
- Visit https://github.com/QWED-AI/qwed-enterprise/actions
- Verify latest deployment succeeded
Error code reference
| Error Code | Meaning | Solution |
|---|---|---|
AUTH_001 | Invalid API key | Check/regenerate key |
AUTH_002 | Expired key | Renew API key |
QUOTA_001 | Quota exceeded | Upgrade plan |
TIMEOUT_001 | Request timeout | Increase timeout |
VALIDATION_001 | Invalid input | Check input format |
Getting help
Self-service
- Check logs:
- Run test suite:
- Search documentation:
Community support
Enterprise support
- 📧 Email: support@qwedai.com
- 💼 Slack Connect (Enterprise customers)
- 📞 Emergency Hotline (Enterprise Pro+)
Debug checklist
When troubleshooting:- Check error message carefully
- Enable verbose/debug mode
- Review logs
- Test with simple query
- Check network connectivity
- Verify API key
- Check quota status
- Review recent code changes
- Test in isolation
- Search documentation
Still stuck? Contact support@qwedai.com with:
- Error message
- Code snippet
- Steps to reproduce
- QWED SDK version