Skip to Content

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 type that was requested and the client socketId.
Last updated on
Docsv1.0.10