convertError<BodyType, InnerType> method

  1. @override
Response convertError<BodyType, InnerType>(
  1. Response response
)
inherited

Converts the received Response to a Response which has a body with the HTTP representation of the original body.

Implementation

@override
Response convertError<BodyType, InnerType>(Response response) =>
    decodeJson(response);