Function Error Codes
Streamsheets functions generate errors, if they are used incorrectly or are linked to incorrect data. Here is the list of errors you can encounter while using Streamsheets functions.
Error Code | Description |
---|---|
#ABORTED | Aborted asynchronous function |
#ARGS | Too few or too many arguments |
#CONNECTION | Connection not available |
#DISCONNECTED | Failed to connect |
#DIV0! | Division by zero is forbidden |
#ERR | Request or parsing error |
#FUNC_EXEC | Internal error |
#INVALID_LOOP_PATH | Specified loop path is invalid |
#INVALID_PARAM | Specified parameter is invalid |
#INVALID_PATH | Specified path is invalid |
#INTERNAL | Function for internal usage only |
#LIMIT | Specified limit reached |
#NA! | Value not available |
#NAME? | Unknown formula or identifier |
#NO_INTEGRATION | Corresponding integration not available |
#NO_MACHINE | Machine not available |
#NO_MACHINE_HTTP_SERVER | Machine HTTP-Server setting not active |
#NO_MACHINE_OPCUA | Machine OPCUA setting not active |
#NO_MSG | Referenced message does not exist |
#NO_MSG_DATA | No data a specified message path |
#NO_STREAMSHEET | Referenced streamsheet does not exist |
#NUM! | Invalid number value |
#RANGE | Invalid cell range |
#REF! | Invalid reference |
#RESPONSE | Error in request response |
#VALUE! | Wrong value type |
#WAITING | Waiting for a Streamsheet to finish |