Skip to Content
DevelopersError CodesCodesRPCBiomeGet biome infos map failed

Get biome infos map failed

Code

RPC/BIOME/GET_BIOME_INFOS_MAP_FAILED

What it means

The client attempted to build a biome lookup map (keyed by biome id), but the underlying biome query or mapping failed.

When it happens

  • Fetching a biome infos map fails.

Typical scenarios:

  • GET_BIOME_INFOS_FAILED occurs upstream and bubbles up
  • Duplicate or unexpected biome keys (mapping collisions)

How to handle

  • Prefer handling the root cause (GET_BIOME_INFOS_FAILED) first.
  • Log any suspicious biome ids when mapping fails.
Last updated on
Docsv1.0.10