ResponseError

ResponseError

The error structure returned when a network call fails

Constructor

new ResponseError(path, response)

Construct a new ResponseError

Parameters:
Name Type Description
path string

the requested path

response Object

the object returned by Axios

Source: