No handler (terrain)
Code
NO_HANDLER_TYPE/TERRAIN
What it means
The server received a WS terrain message type that is not registered in the handler router.
When it happens
- A WS message is received but no handler exists for the given type in the terrain gateway/router.
Typical scenarios:
- Client/server version mismatch
- Missing handler registration
How to handle
- Treat as a compatibility/configuration error.
- Log the
typethat was requested and the clientsocketId.
Last updated on