Searched refs:ERROR_CODE_DIALOG_CONTENT_ERROR (Results 1 – 4 of 4) sorted by relevance
86 constexpr int32_t ERROR_CODE_DIALOG_CONTENT_ERROR = 103301; variable
1903 if (errorCode == ERROR_CODE_DIALOG_CONTENT_ERROR) { in GetErrorMsg()1904 … strMsg = ErrorToMessage(ERROR_CODE_DIALOG_CONTENT_ERROR) + "The ComponentContent is incorrect."; in GetErrorMsg()1919 if (errorCode == ERROR_CODE_DIALOG_CONTENT_ERROR) { in GetErrorCode()1920 strCode = std::to_string(ERROR_CODE_DIALOG_CONTENT_ERROR); in GetErrorCode()
47 { ERROR_CODE_DIALOG_CONTENT_ERROR, "Dialog content error. " },
2557 callback(ERROR_CODE_DIALOG_CONTENT_ERROR); in OpenCustomDialog()2572 callback(showComponentContent ? ERROR_CODE_DIALOG_CONTENT_ERROR : -1); in OpenCustomDialog()2634 callback(ERROR_CODE_DIALOG_CONTENT_ERROR); in CloseCustomDialog()2662 callback(ERROR_CODE_DIALOG_CONTENT_ERROR); in UpdateCustomDialog()