Skip to main content

Protocol errors

CodeMeaning
REF_NOT_FOUNDReference does not exist in this campus
NOT_READYCampus not loaded, or ref cannot be framed yet
UNSUPPORTEDCommand not in this map build's capabilities
INVALID_PAYLOADMalformed or out-of-range payload
TIMEOUTNo response within the client timeout

These appear on result messages with ok: false:

{
"waylocate": 1,
"kind": "result",
"name": "selection.setRoom",
"id": "c7",
"ok": false,
"error": { "code": "REF_NOT_FOUND", "message": "No room matching 'room-999'" }
}

See also SDK errors for WaylocateError codes including PROTOCOL_MISMATCH and DESTROYED.