isHttpClientError method

bool isHttpClientError()

Implementation

bool isHttpClientError() => code >= 400 && code < 500;