Constructors
constructor
- new HttpError(statusCode: number, body: any, headers?: string[][]): HttpError
-
Parameters
-
statusCode: number
-
body: any
-
Default value headers: string[][] = []
Properties
headers
headers: string[][]
statusCode
statusCode: number