Lines Matching defs:errorMsg_
164 errorMsg_ = "js extension is not supported within current build";
177 errorMsg_ = "Failed to open arktsconfig: ";
178 errorMsg_.append(arktsConfig.GetValue());
186 errorMsg_ = "Invalid extension (available options: js, ts, as, sts)";
188 errorMsg_ =
226 errorMsg_ = "Error: only --extension=sts is supported for project compilation mode.";
231 errorMsg_ = "Invalid ArkTsConfig: ";
232 errorMsg_.append(arktsConfig.GetValue());
246 return errorMsg_;
298 std::string errorMsg_;