HttpResponseError class
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”constructor
Section titled “constructor”⊕ new HttpResponseError(status: number,message: string): HttpResponseError
Parameters:
Section titled “Parameters:”- status:
number - message:
string
Public Properties
Section titled “Public Properties”message
Section titled “message”● message: string
● name: string
● stack?: string
status
Section titled “status”● status: number
Static Properties
Section titled “Static Properties”● Error: ErrorConstructor