A generic response message of the protocol. A response message is defined by a return code which specifies whether the request has been accepted or there has been an error. More...
#include <client_protocol.h>

Public Member Functions | |
| ResponseMessage (ResponseCode code) | |
| ResponseCode | getResponseCode () const |
Protected Attributes | |
| ResponseCode | responseCode |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ResponseMessage &msg) |
A generic response message of the protocol. A response message is defined by a return code which specifies whether the request has been accepted or there has been an error.
1.8.8