stack

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

Utils.throwHttpError() method

Signature:

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

Parameters

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

Returns:

never