isError method

bool isError()

Implementation

bool isError() {
  return rawResponse.status == 0 || (rawResponse.status ?? 0) > 299;
}