onError method

HttpError onError(
  1. HttpError error
)

Implementation

HttpError onError(HttpError error) {
  return error;
}