Hi,
I would like to know what is the recommended way to catch network errors when doing API calls in Codeless. I haven’t found any how-to page or any support forum on this subject.
The idea is for my mobile app to handle cases when either there is no connection at all, or the connection is so slow that the request ends in a timeout.
I would like to know what to look for in the error, using a try…catch block.
Thanks for your reply.