Version: 1.0.0
Category: Troubleshooting
Status: Stable
This document provides quick reference for error codes and their meanings. For complete error definitions, see schemas/errors.md.
{
"pattern": {
"errors": [1, 3, 4],
"action": "Retry with same parameters",
"maxRetries": 3,
"retryDelay": 2000
}
}
{
"pattern": {
"errors": [2, 5, 6, 7],
"action": "Fix requirement, then retry",
"steps": [
"Identify missing requirement",
"Fix requirement",
"Verify fix",
"Retry action"
]
}
}
Success: 0
General: 1
Resources: 2
Authentication: 3
Gas: 4
Message: 5
Player Status: 6
Charge: 7
../schemas/errors.md - Complete error definitionscommon-issues.md - Common issues and solutions../validation/ - Validation patternsLast Updated: January 2025