is4xxError method

bool is4xxError()

Implementation

bool is4xxError() {
  return this >= 400;
}