![]() |
Diarkis C++Client Library API Document
|
Arguments of the callback event called when received Session response. More...
#include <eventArgs.h>
Public Member Functions | |
| bool | IsSuccess () const |
| Get whether the command was successful or not. More... | |
| uint16_t | GetErrorCode () const |
| Get error code. More... | |
| const Diarkis::StdString & | GetErrorMessage () const |
| Gets the contents of the error. More... | |
| DiarkisSessionResponseEventArgs (bool isSuccess_, uint16_t errorCode, const Diarkis::StdString &errorString) | |
| DiarkisSessionResponseEventArgs (DiarkisSessionResponseEventArgs &)=delete | |
| DiarkisSessionResponseEventArgs (DiarkisSessionResponseEventArgs &&)=delete | |
Arguments of the callback event called when received Session response.
| Diarkis::DiarkisSessionResponseEventArgs::DiarkisSessionResponseEventArgs | ( | bool | isSuccess_, |
| uint16_t | errorCode, | ||
| const Diarkis::StdString & | errorString | ||
| ) |
|
delete |
|
delete |
| bool Diarkis::DiarkisSessionResponseEventArgs::IsSuccess | ( | ) | const |
Get whether the command was successful or not.
true=success false=failure

| uint16_t Diarkis::DiarkisSessionResponseEventArgs::GetErrorCode | ( | ) | const |
| const Diarkis::StdString& Diarkis::DiarkisSessionResponseEventArgs::GetErrorMessage | ( | ) | const |
Gets the contents of the error.
