Get realm creation cost failed
Code
RPC/WORLD/GET_REALM_CREATION_COST_FAILED
What it means
The client attempted to query how much it costs to create a realm, but the chain query failed.
When it happens
- Fetching the cost to create a realm fails.
Typical scenarios:
- Address/biome inputs are invalid (if not validated earlier)
- Node/VM query failure
How to handle
- Include
addressandbiomeinmetawhen available. - Treat as retryable in most cases.
Last updated on