Error Information

ID Constant Description
50000 JSON_ERR_INVALIDINPUT Invalid function block input (like a null pointer)
50001 JSON_ERR_MEMALLOC Error allocating memory. Decrease BufferSize.
50002 JSON_ERR_MAXLEVELREACHED Maximum structure level reached while expanding a complex data type. Call ARG for support.
50003 JSON_ERR_PARSE Error parsing a JSON request. Make sure that your request is formatted properly.
50004 JSON_ERR_HUH Say, what?
50005 JSON_ERR_CACHEFULLITEMS The cache is full of items. Call ARG for support.
50006 JSON_ERR_CACHEFULLVARS The cache is full of variables. Call ARG for support.
50007 JSON_ERR_CACHEEMPTY Hmmmm…..
50008 JSON_ERR_MAXITERATIONS The maximum number of iterations was reached without finishing execution. Increase MaxIterations.
50009 JSON_ERR_WS_KEYNOTFOUND WebSocket key not found. Make sure that your client is properly establishing the WebSocket connection.
50010 JSON_ERR_WS_FRAGMENT WebSocket fragment received. jsonWebSocketServer does not support fragments.
50011 JSON_ERR_WS_RSV Invalid WebSocket RSV received.
50012 JSON_ERR_WS_OPCODE Invalid WebSocket OpCode received.
50013 JSON_ERR_WS_MASK Unmasked WebSocket received.
50014 JSON_ERR_WS_PAYLOADLENGTH WebSocket payload length does not match length of payload received.
50015 JSON_ERR_TCP_FRAGMENT TCP fragment received. Increase BufferSize.
50016 JSON_ERR_TCP_BAD_PACKET Bad TCP packet received.
50017 JSON_ERR_NO_LICENSE Missing Loupe UX license.
50018 JSON_ERR_WS_MAX_CLIENTS Max number of clients reached.
50019 JSON_ERR_WS_INVALID_MAX_CLIENTS Max number of clients input is invalid. Must not be greater than JSON_MAX_CLIENTS.