handleJSONObjectResponseError method

Error handleJSONObjectResponseError(
  1. Response response
)

Implementation

Error handleJSONObjectResponseError(Response response) {
  return APIUnknownError(response.statusCode);
}