![]() |
Diarkis C++Client Library API Document
|
Arguments for callback events when exiting a Room or updating Room properties. 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... | |
| DiarkisRoomSuccessEventArgs (bool isSuccess_, uint16_t errorCode, const Diarkis::StdString &errorString) | |
| DiarkisRoomSuccessEventArgs (DiarkisRoomSuccessEventArgs &)=delete | |
| DiarkisRoomSuccessEventArgs (DiarkisRoomSuccessEventArgs &&)=delete | |
Arguments for callback events when exiting a Room or updating Room properties.
| Diarkis::DiarkisRoomSuccessEventArgs::DiarkisRoomSuccessEventArgs | ( | bool | isSuccess_, |
| uint16_t | errorCode, | ||
| const Diarkis::StdString & | errorString | ||
| ) |
|
delete |
|
delete |
| bool Diarkis::DiarkisRoomSuccessEventArgs::IsSuccess | ( | ) | const |
Get whether the command was successful or not.
true=success false=failure

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