BadRequestError

http. BadRequestError

Specialized error type intended to be used when a HTTP request is malformed or invalid (HTTP 400).

Constructor

new BadRequestError(message)

Source:
Parameters:
Name Type Description
message String The error message associated with the error.

Extends

  • Error