Class: ResponseError

Errors~ResponseError(message, response, resource, options)

Representing an HTTP error with message, response, resource and options fetched

Constructor

new ResponseError(message, response, resource, options)

Creating an HTTP error with message and status code
Parameters:
Name Type Description
message string Error message
response Response HTTP Error status code
resource string The resource has been fetched
options string The resource options
Source:

Extends

  • Error