Realm not found
Code
REALM_NOT_FOUND
What it means
The realm referenced by the client does not exist or cannot be verified as accessible.
When it happens
- Realm verification or lookup fails and the target realm does not exist.
Typical scenarios:
- Slug/id is invalid or the realm was deleted
- Client deep-link is stale
- Server rejects access and maps the result to a not-found semantic
How to handle
- Treat as
404at the UX layer: show a clear “Realm not found” message. - Provide a navigation path back to discovery/home.
Notes
This code is intentionally flat (no REALM/... prefix) for now, but it is grouped under
REALM in AppErrorCodes for discoverability.
Last updated on