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
{{ message }}
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
The API will output the http status code but not the response that comes from the service. For example, if I contact the service with an invalid experiment id I get the following:
Error in curl(x$DownloadLocation, handle = h, open = conn) :
HTTP error 404.**
But 404 can mean many different things -- not necessarily that the endpoint is not valid. The service will return a response that I think we should output to the user to tell them what is the real issue.
The text was updated successfully, but these errors were encountered:
The API will output the http status code but not the response that comes from the service. For example, if I contact the service with an invalid experiment id I get the following:
But 404 can mean many different things -- not necessarily that the endpoint is not valid. The service will return a response that I think we should output to the user to tell them what is the real issue.
The text was updated successfully, but these errors were encountered: