Error Codes
Complete reference for ASG Agent Cloud error codes.HTTP Status Codes
| Code | Meaning |
|---|---|
| 200 | Success |
| 400 | Bad Request |
| 401 | Unauthorized |
| 402 | Payment Required |
| 404 | Not Found |
| 429 | Rate Limited |
| 500 | Internal Error |
ASG Error Codes
Payment Errors
| Code | Message | Resolution |
|---|---|---|
PAYMENT_REQUIRED | No payment provided | Include payment signature |
QUOTE_EXPIRED | Quote has expired | Request new quote |
PAYMENT_INSUFFICIENT | Amount below quote | Pay full quoted amount |
PAYMENT_INVALID | Invalid signature | Check transaction signature |
WALLET_MISMATCH | Wrong sender wallet | Pay from authorized wallet |
Budget Errors
| Code | Message | Resolution |
|---|---|---|
BUDGET_EXCEEDED | Run/step budget exceeded | Increase budget or start new run |
QUOTA_EXCEEDED | Account quota exceeded | Contact support |
Execution Errors
| Code | Message | Resolution |
|---|---|---|
TOOL_NOT_FOUND | Unknown tool name | Check tools/list |
INVALID_ARGUMENTS | Bad tool arguments | Check tool schema |
EXECUTION_TIMEOUT | Execution timed out | Reduce workload or increase TTL |
EXECUTION_FAILED | Tool execution failed | Check logs, retry |
Resource Errors
| Code | Message | Resolution |
|---|---|---|
GPU_UNAVAILABLE | No GPUs available | Wait and retry |
LEASE_EXPIRED | GPU lease expired | Provision new pod |
LEASE_NOT_FOUND | Unknown lease ID | Check lease ID |
Rate Limiting
| Code | Message | Resolution |
|---|---|---|
RATE_LIMITED | Too many requests | Wait and retry |
CONCURRENT_LIMIT | Too many concurrent | Wait for completion |