new DropboxResponseError(status, headers, error)
The response class of HTTP errors from API calls using the Dropbox SDK.
Parameters:
Name | Type | Description |
---|---|---|
status |
number | HTTP Status code of the call |
headers |
Object | Headers returned from the call |
error |
Object | Serialized Error of the call |