Searched refs:errorMsg_ (Results 1 – 8 of 8) sorted by relevance
55 return errorMsg_; in ErrorMsg()60 std::string errorMsg_; variable
57 errorMsg_ = ss.str(); in Parse()
81 std::string errorMsg_ {};98 return errorMsg_; in GetMessage()112 std::string errorMsg_ {};
97 response.errorMsg_ = msg; in Create()106 response.errorMsg_ = error.value(); in Create()120 response.errorMsg_ = message; in Fail()
310 errorMsg_ = ss.str(); in Parse()319 errorMsg_ = "--input and --base64Input can not be used simultaneously"; in Parse()324 errorMsg_ = "--output and --base64Output can not be used simultaneously"; in Parse()329 errorMsg_ = "[--module] and [--commonjs] can not be used simultaneously"; in Parse()354 errorMsg_ = "Invalid extension (available options: js, ts, as)"; in Parse()405 errorMsg_ = "The input string is not a valid base64 data"; in Parse()463 errorMsg_ = "--generate-patch and --hot-reload can not be used simultaneously"; in Parse()467 errorMsg_ = "--cold-fix can not be used without --generate-patch"; in Parse()
95 return errorMsg_; in ErrorMsg()144 std::string errorMsg_; variable
146 return CString(errorMsg_); in GetErrorMsg()262 char errorMsg_[TMP_BUF_SIZE] = {0}; // NOLINTNEXTLINE(modernize-avoid-c-arrays) variable
1460 if (memcpy_s(errorMsg_, length, errorMessage, length) != EOK) { in ParseError()