UNPKG

nestjs-http-wrapper

Version:

A wrapper for NestJS HttpService to standardize requests and error handling.

13 lines (12 loc) 280 B
export declare class GenericError { status: number; statusCode: number; message: string | string[]; error: string; timestamp: string; path: string; method: string; provider?: string; code?: string; additionalFields?: Record<string, any>; }