[a2c721]: / project / sparkplug™_mqtt_edge_and_host-stack_b9741afd / functions_a1970cad / mqtterrortostring_28d4c3e7 / 28d4c3e729d1475aa9e85711df12c757.object  Maximize  Restore  History

Download this file

1 lines (1 with data), 15.6 kB

1
{"payload":{"meta":{"Graph":{"@Type":"81297157","@Value":{"Guid":"(Guid)28d4c3e7-29d1-475a-a9e8-5711df12c757","ParentGuid":"(Guid)00000000-0000-0000-0000-000000000000","Name":"(string)MQTTErrorToString","Properties":{"@Type":"2c41fa04:IDictionary","@Value":[{"@Key":"(Guid)829a18f2-c514-4f6e-9634-1df173429203","@Value":{"@Type":"829a18f2","@Value":{"ParentObjects":{"@Type":"fa2ee218:IDictionary","@Value":[{"@Key":"(Guid)21af5390-2942-461a-bf89-951aaf6999f1","@Value":"(Guid)a1970cad-fb7e-4f32-9f9c-fd8f237326f9"}]}}}},{"@Key":"(Guid)97c1f2ea-5995-48b9-abd5-a3ab983c5def","@Value":{"@Type":"97c1f2ea","@Value":{"UseExplicitExecutionOrder":"(bool)False"}}}]},"TypeGuid":"(Guid)6f9dac99-8de1-4efc-8465-68ac443b7d08","EmbeddedTypeGuids":{"@Type":"[Guid]","@Value":["(Guid)a9ed5b7e-75c5-4651-af16-d2c27e98cb94","(Guid)3b83b776-fb25-43b8-99f2-3c507c9143fc"]}}},"TypeInfos":{"2c41fa04":"{2c41fa04-1834-41c1-816e-303c7aa2c05b}","81297157":"{81297157-7ec9-45ce-845e-84cab2b88ade}","829a18f2":"{829a18f2-c514-4f6e-9634-1df173429203}","97c1f2ea":"{97c1f2ea-5995-48b9-abd5-a3ab983c5def}","bool":"System.Boolean","fa2ee218":"{fa2ee218-a39b-4b6d-b249-49dbddbd168a}","Guid":"System.Guid","string":"System.String"}},"object":{"Graph":{"@Type":"6f9dac99","@Value":{"SpecialFunc":{"@Type":"0db3d7bb:Enum","@Value":"None"},"Implementation":{"@Type":"3b83b776","@Value":{"TextDocument":{"@Type":"f3878285","@Value":{"TextLines":{"@Type":"[a5de0b0b]","@Value":[{"@Type":"a5de0b0b","@Value":{"Id":"(long)909","Tag":null,"Text":"(string)CASE ERROR OF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)910","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.NO_ERROR:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)911","Tag":null,"Text":"(string)        MQTTErrorToString := 'No error';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)979","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)912","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.TCP_INIT_ERROR:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)913","Tag":null,"Text":"(string)        MQTTErrorToString := 'Unable to initialize the TCP socket';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)980","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)914","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.TCP_READ_ERROR:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)915","Tag":null,"Text":"(string)        MQTTErrorToString := 'Error while reading response';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)981","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)916","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.TCP_WRITE_ERROR:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)917","Tag":null,"Text":"(string)        MQTTErrorToString := 'Error while sending the request';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)982","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)918","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.MAX_RESPONSE_SIZE_EXCEEDED:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)919","Tag":null,"Text":"(string)        MQTTErrorToString := 'Maximum Response size exceeded';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)983","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)920","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.DECODE_REMAINING_LENGTH_MALFORMED:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)921","Tag":null,"Text":"(string)        MQTTErrorToString := 'Malformation during Decoding of Remaining Length of Packet';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)984","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)922","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.RESPONSE_PACKET_EMPTY:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)923","Tag":null,"Text":"(string)        MQTTErrorToString := 'The Response Packet is empty';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)985","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)924","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.INVALID_PACKET_TYPE:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)925","Tag":null,"Text":"(string)        MQTTErrorToString := 'Invalid Packet Type in first byte of Fixed Header';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)986","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)926","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.INVALID_PACKET_BIT_FLAGS:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)927","Tag":null,"Text":"(string)        MQTTErrorToString := 'Invalid Packet Bit Flags in first byte of Fixed Header';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)987","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)928","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.INVALID_PACKET:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)929","Tag":null,"Text":"(string)        MQTTErrorToString := 'Invalid Packet';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)988","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)930","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.KEEP_ALIVE_TIME_EXCEEDED:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)931","Tag":null,"Text":"(string)        MQTTErrorToString := 'Keep Alive Time is too much';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)989","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)932","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.WRONG_SESSION_PRESENT_CONNACK:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)933","Tag":null,"Text":"(string)        MQTTErrorToString := 'Wrong Session Present in CONNACK packet';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)990","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)934","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.UNACCEPTABLE_PROTOCOL_VERION:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)935","Tag":null,"Text":"(string)        MQTTErrorToString := 'Connection to Broker is Refused, because of Unacceptable Protocol Version';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)991","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)936","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.IDENTIFIER_REJECTED:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)937","Tag":null,"Text":"(string)        MQTTErrorToString := 'Connection to Broker is Refused, because of Rejection of Client Identifier';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)992","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)938","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.SERVER_UNAVAILABLE:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)939","Tag":null,"Text":"(string)        MQTTErrorToString := 'Connection to Broker is Refused, because the Server Broker is not available';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)993","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)940","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.BAD_USER_NAME_PASSWORD:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)941","Tag":null,"Text":"(string)        MQTTErrorToString := 'Connection to Broker is Refused, because of Bad User name or Bad Password';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)994","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)942","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.NOT_AUTHORIZED:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)943","Tag":null,"Text":"(string)        MQTTErrorToString := 'Connection to Broker is Refused, because of Not Authorized access';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)995","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)944","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.TOPIC_FILTER_EMPTY:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)945","Tag":null,"Text":"(string)        MQTTErrorToString := 'Topic Filter is empty “”, MUST be at least one character long';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)996","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)946","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.TOPIC_NAME_NOT_ALLOWED_WILDCARD:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)947","Tag":null,"Text":"(string)        MQTTErrorToString := 'Topic Name contains Wildcards, not allowed. Only Topic Filter can contain these';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)997","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)948","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.TOPIC_INVALID_LENGTH:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)949","Tag":null,"Text":"(string)        MQTTErrorToString := 'Topic Length out of valid range';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)998","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)950","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.TOPIC_IS_EMPTY:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)951","Tag":null,"Text":"(string)        MQTTErrorToString := 'Topic name is empty';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)999","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)952","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.SUBSCRIBE_FAILURE:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)953","Tag":null,"Text":"(string)        MQTTErrorToString := 'Subscription Failure';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1011","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)954","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.ADD_MQTT_PACKET_COLLECTION_ERROR:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)955","Tag":null,"Text":"(string)        MQTTErrorToString := 'Collection Error while trying to add a mqtt packet to the stack';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1000","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)956","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.ADD_SUBSCRIBER_COLLECTION_ERROR:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)957","Tag":null,"Text":"(string)        MQTTErrorToString := 'Collection Error while trying to add a subscriber to the stack';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1001","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)958","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.REMOVE_SUBSCRIBER_COLLECTION_ERROR:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)959","Tag":null,"Text":"(string)        MQTTErrorToString := 'Collection Error while trying to remove a subscriber from the stack';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1002","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)960","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.ACKNOWLEDGE_TIMEOUT:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)961","Tag":null,"Text":"(string)        MQTTErrorToString := 'No Ping Response (PINGRESP) from Server within twice the ping interval';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1003","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)962","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.ALLOCATED_PAYLOAD_SIZE_EXCEEDED:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)963","Tag":null,"Text":"(string)        MQTTErrorToString := 'The Size of the received payload is more than given allocated memory';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1004","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)964","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.MAX_NUMBER_OF_PACKETS_EXCEEDED:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)965","Tag":null,"Text":"(string)        MQTTErrorToString := 'The maximum size of packets has been exceeded';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1005","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)966","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.CAN_NOT_ADD_ELEMENT_TO_QUEUE:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)967","Tag":null,"Text":"(string)        MQTTErrorToString := 'Can not add the element to queue (maybe the maximum size has been exceeded)';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1006","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)968","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.QUERYINTERFACE_ERROR:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)969","Tag":null,"Text":"(string)        MQTTErrorToString := 'Call of function __QUERYINTERFACE failed (internal error)';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1007","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)970","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.TIME_OUT:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)971","Tag":null,"Text":"(string)        MQTTErrorToString := 'Action returned with timeout error.';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1008","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)972","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.INVALID_LICENSE:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)973","Tag":null,"Text":"(string)        MQTTErrorToString := 'No valid license found or demo mode has expired.';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1009","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)974","Tag":null,"Text":"(string)    MQTT.MQTT_ERROR.CLIENT_NOT_CONNECTED:"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)975","Tag":null,"Text":"(string)        MQTTErrorToString := 'The MQTT client is not connect to a broker.';"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1010","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)976","Tag":null,"Text":"(string)ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)977","Tag":null,"Text":"(string)    MQTTErrorToString := CONCAT('Unknown MQTT_ERROR: ', INT_TO_STRING(ERROR));"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)114","Tag":null,"Text":"(string)END_CASE"}}]}}}}},"Interface":{"@Type":"a9ed5b7e","@Value":{"TextDocument":{"@Type":"f3878285","@Value":{"TextLines":{"@Type":"[a5de0b0b]","@Value":[{"@Type":"a5de0b0b","@Value":{"Id":"(long)832","Tag":null,"Text":"(string)(*"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)833","Tag":null,"Text":"(string)\tConverts the MQTT_ERROR enum to a string message"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)834","Tag":null,"Text":"(string)*)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)835","Tag":null,"Text":"(string){attribute 'hide'}"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)836","Tag":null,"Text":"(string)FUNCTION MQTTErrorToString : STRING"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)837","Tag":null,"Text":"(string)VAR_INPUT"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)838","Tag":null,"Text":"(string)    ERROR : MQTT.MQTT_ERROR;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1","Tag":null,"Text":"(string)END_VAR"}}]}}}}},"UniqueIdGenerator":"(string)1011","POULevel":{"@Type":"8e575c5b:Enum","@Value":"Standard"},"ChildObjectGuids":{"@Type":"ArrayList:IList","@Value":[]},"AddAttributeSubsequent":"(bool)False"}},"TypeInfos":{"0db3d7bb":"{0db3d7bb-cde0-4416-9a7b-ce49a0124323}","3b83b776":"{3b83b776-fb25-43b8-99f2-3c507c9143fc}","6f9dac99":"{6f9dac99-8de1-4efc-8465-68ac443b7d08}","8e575c5b":"{8e575c5b-1d37-49c6-941b-5c0ec7874787}","a5de0b0b":"{a5de0b0b-1cb5-4913-ac21-9d70293ec00d}","a9ed5b7e":"{a9ed5b7e-75c5-4651-af16-d2c27e98cb94}","ArrayList":"System.Collections.ArrayList","bool":"System.Boolean","f3878285":"{f3878285-8e4f-490b-bb1b-9acbb7eb04db}","long":"System.Int64","string":"System.String"}}},"FormatVersion":"1.0"}