Whether this status code is in the Server Error class ({@code 5xx}). @see RFC 2616
@override bool is5xxServerError() { return _hundreds() == 5; }