HttpStatus.isServerError

Simple test against an code to determine if it falls into the <code>Server Error</code> message category as defined in the <a href="http://tools.ietf.org/html/rfc1945">RFC 1945 - HTTP/1.0</a>, and <a href="http://tools.ietf.org/html/rfc7231">RFC 7231 - HTTP/1.1</a>.

@param code the code to test. @return true if within range of codes that belongs to <code>Server Error</code> messages.

struct HttpStatus
static
bool
isServerError
(
int code
)

Meta