Constructor
new RequestError(message)
- Source:
Creates a new instance.
Parameters:
Name | Type | Description |
---|---|---|
message |
string | Human-readable description of the error. |
Thrown when a request was unable to complete, for example, network failure.
Name | Type | Description |
---|---|---|
message |
string | Human-readable description of the error. |