Telemetry (AMQHT) messages
- AMQHT0200I
- HTTP_OK.
- AMQHT0400E
- Bad Request.
- AMQHT0404E
- Not Found.
- AMQHT0405E
- Method Not Allowed.
- AMQHT0504E
- Gateway timeout.
- AMQHT1001E
- Invalid text=<insert_0>(String) was found in an HTTP request or response.
- Explanation
- An HTTP request or response contained unexpected data not described in "http://www.w3.org/pub/WWW/Protocols/".
- Response
- Check that the originator or source of the HTTP is producing valid requests or responses.
- AMQHT1002E
- HTTP header text=<insert_0>(String) was invalid.
- Explanation
- An HTTP request or response contained unexpected text.
- Response
- Check that the originator or source of the HTTP request or response is producing valid requests or responses.
- AMQHT1003E
- Invalid text at location=<insert_0> in string=<insert_1>(String).
- Explanation
- A JSON (Java Script Object Notation) string contained unexpected data not described in "http://www.json.org/".
- Response
- Check that the originator or JSON is producing valid data.
- AMQHT2001E
- WebSocket Close, status code= <insert_0>
- Explanation
- The websocket was closed by the remote end.
- Response
- examine the Websocket status code and determine why the Websocket was closed if this was not expected.