Open
Description
Description
When setting ThrowOnError
to true
, the function still returns the error as part of the result. The function only throws when there is some kind of network error. This can't be the intended behavior, because the return type of the function is {data, request, response}
, allowing no way to handle the error.