Overview
This reference documents all error codes returned by the ComputeNet protocol, SDKs, and node software.
Planned Documentation
A comprehensive error code reference will be published when the protocol stabilizes.
Error Code Format
Error codes follow the format CATEGORY_CODE:
JOB_*— Job submission and execution errorsPROOF_*— Proof generation and verification errorsNET_*— Network and connectivity errorsAUTH_*— Authentication and authorization errorsVAL_*— Validator-specific errors
Job Errors
| Code | Description |
|---|---|
| JOB_INVALID_INPUT | Invalid or malformed job input |
| JOB_TIMEOUT | Job execution exceeded time limit |
| JOB_RESOURCE_EXCEEDED | Job exceeded resource limits |
| JOB_RUNTIME_ERROR | Runtime error during execution |
Proof Errors
| Code | Description |
|---|---|
| PROOF_INVALID | Proof verification failed |
| PROOF_GENERATION_FAILED | Failed to generate proof |
| PROOF_INSUFFICIENT_ATTESTATIONS | Not enough validator attestations |
Network Errors
| Code | Description |
|---|---|
| NET_CONNECTION_FAILED | Failed to connect to network |
| NET_TIMEOUT | Network request timed out |
| NET_NO_PEERS | No peers available |