Function isErrorStatus
- is
Error (status): status is ErrorStatusStatus Parameters
- status: number
The status to assert against.
Returns status is ErrorStatus
Whether or not the provided status is an error status code.
- status: number
The status to assert against.
Whether or not the provided status is an error status code.
A type guard that determines if the status code is an error.