handleError method

FutureOr<ApiResponse> handleError(
  1. ErrorApiResponse response
)

Called to transform a plain ErrorApiResponse into one with information specific to the API.

Implementation

FutureOr<ApiResponse> handleError(ErrorApiResponse response) => response;