Connection.throwOnError

*4.2. Responses

This section describes the content of the frame body for the different responses. Please note that to make room for future evolution, clients should support extra informations (that they should simply discard) to the one described in this document at the end of the frame body.

*4.2.1. ERROR

Indicates an error processing a request. The body of the message will be an error code (int) followed by a string error message. Then, depending on the exception, more content may follow. The error codes are defined in Section 7, along with their additional content if any.

class Connection
protected
void
throwOnError
(
FrameHeader fh
)

Meta