new CommunicationError(httpMessage, response)
Parameters:
Name | Type | Description |
---|---|---|
httpMessage |
connector.Message | The http message which was send |
response |
Object | The received entity headers and content |
- Source:
Extends
Members
name :string
The name of the error
Type:
- string
- Source:
reason :string
The reason of the error
Type:
- string
- Source:
status :number
The error response status code of this error
Type:
- number
- Source: