B Bill Norris Active Member Licensed User Longtime User May 7, 2012 #1 How do you trap the error created when using httputils.getinputstream(link) and the link it is looking for does not exist on the server?
How do you trap the error created when using httputils.getinputstream(link) and the link it is looking for does not exist on the server?
Erel B4X founder Staff member Licensed User Longtime User May 7, 2012 #2 You should check IsSuccess: B4X: If HttpUtils.IsSuccess(...) Then 'access the resource Upvote 0