Error Codes

Complete list of error codes and meanings

Planned Feature

This feature is planned for future development. Documentation is preliminary.

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 errors
  • PROOF_* — Proof generation and verification errors
  • NET_* — Network and connectivity errors
  • AUTH_* — Authentication and authorization errors
  • VAL_* — Validator-specific errors

Job Errors

CodeDescription
JOB_INVALID_INPUTInvalid or malformed job input
JOB_TIMEOUTJob execution exceeded time limit
JOB_RESOURCE_EXCEEDEDJob exceeded resource limits
JOB_RUNTIME_ERRORRuntime error during execution

Proof Errors

CodeDescription
PROOF_INVALIDProof verification failed
PROOF_GENERATION_FAILEDFailed to generate proof
PROOF_INSUFFICIENT_ATTESTATIONSNot enough validator attestations

Network Errors

CodeDescription
NET_CONNECTION_FAILEDFailed to connect to network
NET_TIMEOUTNetwork request timed out
NET_NO_PEERSNo peers available