stack

Home > @infiniteobjects/express-server > Utils > throwHttpError

Utils.throwHttpError() method

Signature:

static throwHttpError<N extends number>(code: N, props: Record<string, any>): never;

Parameters

Parameter Type Description
code N  
props Record<string, any>  

Returns:

never