Construct a generic HTTP error. This is a JavaScript Error with additional information specific to HTTP responses.
The error message to include.
The HTTP response status code.
Optional
Readonly
Construct a generic HTTP error. This is a JavaScript Error with additional information specific to HTTP responses.
Param: msg
The error message to include.
Param: httpStatus
The HTTP response status code.