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
I have searched through source code, and the issues, both open and closed, and the closest thing I could find, was this one: #131 (comment)
For a given REST call, for which the backend service always returns a JSON object, I would like to get the exact object, without the { StatusCodeError: 500 - (StatusCodeError transformation)
I tried setting the transform2xxOnly: true in the options object, but it did not work.
Any thoughts on how to achieve this?
The text was updated successfully, but these errors were encountered:
[Edit]
I misjudged the stack-trace, as I now see it, it's an object being logged as a string, so that object, in the field error contains the exact error from the response from the http call.
I have searched through source code, and the issues, both open and closed, and the closest thing I could find, was this one: #131 (comment)
For a given REST call, for which the backend service always returns a JSON object, I would like to get the exact object, without the
{ StatusCodeError: 500 -
(StatusCodeError transformation)I tried setting the
transform2xxOnly: true
in theoptions
object, but it did not work.Any thoughts on how to achieve this?
The text was updated successfully, but these errors were encountered: