Class HttpRequestError
The error thrown by wget and wpost if there's a problem retrieveing the requested URL.
Defined in: <global\utilities.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
HttpRequestError(message, info)
The error thrown by wget and wpost if there's a problem retrieveing the requested URL.
|
Class Detail
HttpRequestError(message, info)
The error thrown by wget and wpost if there's a problem retrieveing the requested URL.
- Parameters:
- {string} message
- A status message describing why the action failed.
- {HttpResponse} info
- Additional info, including headers and received data, if any.