function isClientErrorStatus
isClientErrorStatus(status: number): status is ClientErrorStatusA type guard that determines if the status code is a client error.
Parameters
status: numberReturn Type
status is ClientErrorStatusisClientErrorStatus(status: number): status is ClientErrorStatusA type guard that determines if the status code is a client error.
status: numberstatus is ClientErrorStatus