Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h39 std::string errTitle = ""; in NewError() local
49 errTitle = "Worker initialization failed, "; in NewError()
52 errTitle = "The Worker instance is not running, "; in NewError()
55 errTitle = "The called API is not supported in the worker thread, "; in NewError()
58 errTitle = "An exception occurred during serialization, "; in NewError()
61 errTitle = "The worker file path is invalid, "; in NewError()
64 errTitle = "The function is not marked as concurrent, "; in NewError()
67 errTitle = "The task to cancel does not exist, "; in NewError()
70 errTitle = "The task group to cancel does not exist, "; in NewError()
73 errTitle in NewError()
[all...]

Completed in 1 milliseconds