Get system world by id failed
Code
RPC/WORLD/GET_SYSTEM_WORLD_BY_ID_FAILED
What it means
The client attempted to read a system world by its numeric id, but the underlying chain query failed.
When it happens
- Fetching a system world by numeric id fails.
Typical scenarios:
- Network/transport error while querying the node
- Contract query failure (VM error)
- Invalid id or missing world (depending on contract behavior)
How to handle
- Log
meta.viaand include the id inmeta(e.g.meta.id). - If the id is user-provided, validate range/type early to avoid noisy failures.
Last updated on