Constructor
# new ReketError(message, details)
Parameters:
Name | Type | Description |
---|---|---|
message |
string | The error message (the reason why the call failed). |
details |
Object | The details of the error returned by the original client. |
config |
Object | The original config of the request. |
data |
Object | The data returned with the error. |
headers |
Object | The response headers returned with the error. |
status |
string | The error status (e.g. 404, 500, ...) |
statusText |
string | The status text of the error (e.g. "Not Found", "Internal Server Error", ...) |
Extends
- Error