isServerError method

bool isServerError()

Implementation

bool isServerError() {
  return this >= 500;
}