Constructor
new NetworkError(message, resource, options)
Creating an HTTP error with message, resource and options fetched
Parameters:
| Name | Type | Description |
|---|---|---|
message |
string | Error message |
resource |
string | The resource has been fetched |
options |
string | The resource options |
Properties:
| Name | Type | Description |
|---|---|---|
name |
string | Error name: NetworkError |
message |
string | Error message |
resource |
string | The resource has been fetched |
options |
string | The resource options |
- Source:
Extends
- Error