stack

Home > @infiniteobjects/express-cloud-function > Utils > throwHttpError

Utils.throwHttpError() method

Throws an http error

Signature:

static throwHttpError<N extends number>(code: N): never;

Parameters

Parameter Type Description
code N the status code as a number

Returns:

never