Skip to Content
DevelopersError CodesCodesRPCWorldExpand personal realm failed

Expand personal realm failed

Code

RPC/WORLD/EXPAND_PERSONAL_REALM_FAILED

What it means

The client attempted to expand a personal realm by submitting a transaction, but the tx flow failed.

When it happens

  • Expanding a personal realm via a transaction fails.

Typical scenarios:

  • Expansion cost changed or was computed incorrectly client-side
  • Insufficient funds / invalid send amount
  • Contract rejects expansion (limits, authorization)

How to handle

  • Include realmId and cost (if available) in meta.
  • Re-query expansion cost before retrying if cost may have changed.
Last updated on
Docsv1.0.10