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