Skip to Content
DevelopersError CodesCodesRPCWorldUpdate personal realm failed

Update personal realm failed

Code

RPC/WORLD/UPDATE_PERSONAL_REALM_FAILED

What it means

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

When it happens

  • Updating a personal realm via a transaction fails.

Typical scenarios:

  • Contract call failure (invalid update payload, unauthorized editor)
  • Node/transport failure while broadcasting or waiting for tx result

How to handle

  • Include the update payload (sanitized) in meta.update when possible.
  • Prefer retry UX only when the failure is transient (network/node); otherwise surface a clear reason.
Last updated on
Docsv1.0.10