isError method

bool isError()

Implementation

bool isError() {
  if (getRemoteStatusValue(status)! < 500) return true;
  return false;
}