Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
Is there a way to print response status code of Content loader functions such as GetCookies, GetJSON, PostJSON, LoadJSON....etc
Please provide some idea to solve above problem?
Thingworx Version: 8.2.5
Thanks,
Nagaraj
Solved! Go to Solution.
Hello Nagaraj,
You can get it by wrapping your call in try/catch. As far as I remember, any response except for 2xx should throw an exception, which you can parse in the catch block.
/ Constantine
Hello Nagaraj,
You can get it by wrapping your call in try/catch. As far as I remember, any response except for 2xx should throw an exception, which you can parse in the catch block.
/ Constantine
HI @NERaj.
If you feel the response from Constantine answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon