Lines Matching refs:errMsg
598 std::string errMsg = "taskpool:: the task may not exist";
599 HILOG_ERROR("%{public}s", errMsg.c_str());
600 ErrorHelper::ThrowError(env, ErrorHelper::ERR_CANCEL_NONEXIST_TASK, errMsg.c_str());
623 std::string errMsg = "taskpool:: task is not executed or has been executed";
624 HILOG_ERROR("%{public}s", errMsg.c_str());
625 ErrorHelper::ThrowError(env, ErrorHelper::ERR_CANCEL_NONEXIST_TASK, errMsg.c_str());
647 std::string errMsg = "taskpool:: sequenceRunner task has been executed";
648 HILOG_ERROR("%{public}s", errMsg.c_str());
649 ErrorHelper::ThrowError(env, ErrorHelper::ERR_CANCEL_NONEXIST_TASK, errMsg.c_str());
1519 std::string errMsg = "taskpool:: taskGroup is not executed or has been executed";
1520 HILOG_ERROR("%{public}s", errMsg.c_str());
1521 ErrorHelper::ThrowError(env, ErrorHelper::ERR_CANCEL_NONEXIST_TASK_GROUP, errMsg.c_str());