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
realmIdandcost(if available) inmeta. - Re-query expansion cost before retrying if cost may have changed.
Last updated on