Hello,
I have a script that send data using fetch - working just great
I want to know if there is way to see in the log if he couldn’t send the data?
like for example - if I run this from the terminal I can get "couldn’t resle host name " if the dns is not good or the sim is connected but close
how can i take this error massage and see it withing the script?
Thanks ,