Handling Text Responses and Accessing Raw Errors with `HttpApi`
With
Example raw response (mocked fetch function to get access to it)
HttpApi (defining spec for a 3rd party API), is there any way to handle text response? Seems like ParseError eats any potential to get access to the raw response and the error becomes inaccessible. Even if it was possible to get the ResponseError instead of ParseError that would be great (basically ParseError in these seems to be hiding everything)Example raw response (mocked fetch function to get access to it)
