TTMSMCPClientTransportHTTPResponseEvent Event Type
Reports an exchange over a network channel that did not complete successfully.
API unit family: TMS.MCP.Client.Transport
Remarks
The notification is informational: the transport has already decided how to react by the time it is raised, and the handler cannot resume the failed exchange.
Parameters
| Name | Description |
|---|---|
AErrorMessage |
Status text of the response, or the description of an authorization failure. |
AErrorCode |
Status code of the response. |
AErrorContent |
Response body that accompanied the failure, empty when the channel did not read one. |