Skip to Content
DevelopersError CodesCodesRPCWorldCreate personal realm failed

Create personal realm failed

Code

RPC/WORLD/CREATE_PERSONAL_REALM_FAILED

What it means

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

When it happens

  • Creating a personal realm via a transaction fails.

Typical scenarios:

  • Contract call failure (VM rejects, invalid args, authorization)
  • Node/transport failure while broadcasting or waiting for tx result
  • Insufficient funds / invalid send amount

How to handle

  • Include creation args (sanitized) and cost in meta when possible.
  • If you have a txHash, log it so the tx can be inspected.
Last updated on
Docsv1.0.10