Custom Errors
This page documents custom errors that can arise from Subtensor, the blockchain underlying the Bittensor network.
These errors are returned in the format:
{
"code": 1010,
"message": "Invalid Transaction",
"data": "Custom error: [Error Code]"
}
Related:
- Source code in GitHub
- Subtensor Standard Errors - Bittensor's custom error codes
- Substrate Errors - Errors from the underlying Substrate framework