convertError<BodyType, InnerType> abstract method

FutureOr<Response> convertError<BodyType, InnerType>(
  1. Response response
)

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

Implementation

FutureOr<Response> convertError<BodyType, InnerType>(Response response);