function isServerErrorStatus
isServerErrorStatus(status: number): status is ServerErrorStatusA type guard that determines if the status code is a server error.
Parameters
status: numberReturn Type
status is ServerErrorStatusisServerErrorStatus(status: number): status is ServerErrorStatusA type guard that determines if the status code is a server error.
status: numberstatus is ServerErrorStatus