Get current block id failed
Code
RPC/BLOCK/GET_CURRENT_BLOCK_ID_FAILED
What it means
The client attempted to read the current chain block height/id (as used by the contract), but the query failed.
When it happens
- Fetching the current block id from the chain fails.
Typical scenarios:
- Node is unavailable or slow
- RPC query fails at transport level
- Unexpected response format
How to handle
- Treat as retryable.
- Avoid spamming: use backoff if this is polled.
Last updated on