Home > @infiniteobjects/express-cloud-function > Utils > throwHttpError
Signature:
static throwHttpError<N extends number>(code: N, message: string, props: Record<string, any>): never;
| Parameter | Type | Description |
|---|---|---|
| code | N | |
| message | string | |
| props | Record<string, any> |
Returns:
never