Authentication Errors
API Key Invalid
- Check your API key is correct:
echo $QWED_API_KEY - Regenerate key at cloud.qwedai.com
- Ensure no extra spaces or newlines
Rate Limit Exceeded
- Free tier: 100 requests/minute
- Pro tier: 1,000 requests/minute
- Enterprise: Unlimited
Verification Failures
Math: Floating Point Precision
Logic: Unsatisfiable Constraints
Code: Timeout
- Increase timeout:
client.verify_code(code, timeout=60) - Simplify code (reduce loops, recursion)
- Use bounded verification
SDK Issues
Import Error
Async Not Working
DSL Syntax Errors
Unknown Operator
| Allowed | Not Allowed |
|---|---|
| AND, OR, NOT | CHECK, VALIDATE |
| GT, LT, EQ | GREATER, LESS |
| IMPLIES, IFF | IF, THEN |
| FORALL, EXISTS | ALL, ANY |
Missing Parentheses
Performance Issues
Slow Verification
Possible causes:- Complex expressions with many variables
- Large code files
- Deep recursion in symbolic execution
High Memory Usage
Solution: Stream large results:Common Error Codes
| Code | Meaning | Solution |
|---|---|---|
E001 | Invalid expression | Check syntax |
E002 | Type mismatch | Check variable types |
E003 | Division by zero | Add guards |
E004 | Timeout | Simplify query |
E005 | Rate limit | Implement backoff |
E401 | Auth failed | Check API key |
E500 | Server error | Contact support |
Getting Help
- Documentation: docs.qwedai.com
- GitHub Issues: github.com/QWED-AI/qwed-verification/issues
- Email: support@qwedai.com
- Intercom: Chat widget on docs site