Public Types | |
| enum | |
Public Member Functions | |
| MarketRequestError () | |
| std::string | toString () const |
Public Attributes | |
| unsigned char | market |
| unsigned char | errorGenerator |
| unsigned char | errorType |
| std::string | textDescription |
| unsigned | requestNumber |
Friends | |
| class | MessageDeserializer |
Definition at line 32 of file MarketRequestError.h.
| anonymous enum |
Default constructor.
| std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 62 of file MarketRequestError.h.
| unsigned char errorGenerator |
Error Generator.
Definition at line 47 of file MarketRequestError.h.
| unsigned char errorType |
Error Type.
Definition at line 50 of file MarketRequestError.h.
| unsigned char market |
Market.
Definition at line 44 of file MarketRequestError.h.
| unsigned requestNumber |
Request Number that generated the error.
Definition at line 56 of file MarketRequestError.h.
| std::string textDescription |
Text Description.
Definition at line 53 of file MarketRequestError.h.