In some cases, the run method will return results when there is an error. For example, the DLHub service currently returns a string for internal errors, which we should either catch in the client or (my preference) return a non-200 status code from the server on those cases.
In some cases, the
run
method will return results when there is an error. For example, the DLHub service currently returns a string for internal errors, which we should either catch in the client or (my preference) return a non-200 status code from the server on those cases.