Get biome infos failed
Code
RPC/BIOME/GET_BIOME_INFOS_FAILED
What it means
The client attempted to fetch biome descriptors (cost, name, theme, etc.) from the contract, but the query failed.
When it happens
- Fetching biome infos from the chain fails.
Typical scenarios:
- Node/transport failure
- Contract query failure
- Parsing failure when mapping contract fields to client types
How to handle
- Treat as retryable.
- In UI, disable biome selection features until the list loads.
Last updated on