both String and JSON (for example if server Response is successful I can deserialize Response into my class fields and if it is unsuccessful I get plain String)
g
gildor
08/06/2019, 1:07 PM
Http error body parsing is separate thing, you can get body from HttpException and parse it as you want