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) inmetaso failures are diagnosable. - Treat as retryable in most cases.
Last updated on