Searched refs:ErrorToMessage (Results 1 – 5 of 5) sorted by relevance
47 std::string ErrorToMessage(int32_t code) in ErrorToMessage() function83 std::string strMsg = ErrorToMessage(callbackCode); in ProcessPromiseCallback()
1477 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in JSPromptShowDialog()1506 …std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; in JSPromptShowDialog()1681 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in JSPromptShowActionMenu()1709 …std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; in JSPromptShowActionMenu()1904 … strMsg = ErrorToMessage(ERROR_CODE_DIALOG_CONTENT_ERROR) + "The ComponentContent is incorrect."; in GetErrorMsg()1906 strMsg = ErrorToMessage(ERROR_CODE_DIALOG_CONTENT_ALREADY_EXIST) + in GetErrorMsg()1911 strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Build custom dialog failed."; in GetErrorMsg()2044 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in OpenCustomDialog()2056 …std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "UI execution context not found."; in OpenCustomDialog()2118 … std::string strMsg = ErrorToMessage(ERROR_CODE_INTERNAL_ERROR) + "Can not get delegate."; in CloseCustomDialog()[all …]
97 std::string ErrorToMessage(int32_t code);
781 std::string ErrorToMessage(int32_t code) in ErrorToMessage() function
294 std::string strMsg = ErrorToMessage(asyncContext->callbackCode) + asyncContext->callbackMsg; in TriggerCallback()