Get system worlds failed
Code
RPC/WORLD/GET_SYSTEM_WORLDS_FAILED
What it means
The client attempted to fetch the system worlds list, but the underlying chain query failed.
When it happens
- Fetching the system worlds list fails.
Typical scenarios:
- Node RPC is unavailable or timing out
- Contract query fails at the VM level
- Response parsing fails (unexpected format)
How to handle
- Treat as retryable in most cases.
- Log
meta.viaand any pagination params if present.
Last updated on