Home
last modified time | relevance | path

Searched refs:errTitle (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h39 std::string errTitle = ""; variable
49 errTitle = "Worker initialization failed, ";
52 errTitle = "The Worker instance is not running, ";
61 errTitle = "The worker file path is invalid, ";
67 errTitle = "The task to cancel does not exist, ";
82 errTitle = "Waiting for a global call timed out";
94 errTitle = "There is a circular dependency";
97 errTitle = "The dependency does not exist, ";
100 errTitle = "";
106 errTitle = "The lock does not exist";
[all …]