#include <services.h>
Inheritance diagram for Ishtar::ErrorAnswer:

Public Types | |
| enum | ErrorTypes { SERVICE_DOES_NOT_EXISTS = 0 } |
| The type of error. More... | |
Public Member Functions | |
| ErrorAnswer () | |
| Constructor. | |
| ErrorAnswer (ErrorTypes error) | |
| Constructor. | |
| virtual | ~ErrorAnswer () |
| Destructor. | |
| virtual void | serialize (OutputStream *stream) |
| Serialize this answer to stream. | |
| virtual void | deserializeSpecified (InputStream *stream) |
| Deserialize this answer from stream, the type has already been read because the Answer is already created. | |
Public Attributes | |
| enum Ishtar::ErrorAnswer::ErrorTypes | errorType |
| The type of error. | |
|
|
The type of error.
|
1.4.2