You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to return a code instead of a boolean when calling execHTTPcheck. The code could return why the function failed. Was it because of version check? Couldn't locate the server? Couldn't find the file? etc.
Alternatively you could call an additional function when execHTTPcheck returns false. This additional function could return the details.
The text was updated successfully, but these errors were encountered:
It would be helpful to return a code instead of a boolean when calling execHTTPcheck. The code could return why the function failed. Was it because of version check? Couldn't locate the server? Couldn't find the file? etc.
Alternatively you could call an additional function when execHTTPcheck returns false. This additional function could return the details.
The text was updated successfully, but these errors were encountered: