Skip to Content
DevelopersError CodesCodesRPCWorldGet realms by owner failed

Get realms by owner failed

Code

RPC/WORLD/GET_REALMS_BY_OWNER_FAILED

What it means

The client attempted to list realms owned by a given address, but the chain query failed.

When it happens

  • Fetching realms by owner address fails.

Typical scenarios:

  • Node/transport failure
  • Contract query failure
  • Bad owner address format (if not validated earlier)

How to handle

  • Include address, page, count (if used) in meta so failures are diagnosable.
  • Treat as retryable in most cases.
Last updated on
Docsv1.0.10