Skip to Content
DevelopersError CodesCodesRPCWorldGet realm by slug failed

Get realm by slug failed

Code

RPC/WORLD/GET_REALM_BY_SLUG_FAILED

What it means

The client attempted to fetch a personal realm by slug, but the underlying chain query failed.

When it happens

  • Fetching a realm by slug fails.

Typical scenarios:

  • Realm does not exist (depending on how the contract reports absence)
  • Node/VM query failure
  • Network issues

How to handle

  • Include slug in meta for observability.
  • If the realm is required to enter gameplay, map to a user-facing “realm not found” only when you have a clear not-found signal; otherwise retry/backoff.
Last updated on
Docsv1.0.10