isHttpClientError method

bool isHttpClientError()

Implementation

bool isHttpClientError() => errorCode >= 400 && errorCode < 404;