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()
309 errorMsg_ = ss.str(); in Parse()318 errorMsg_ = "--input and --base64Input can not be used simultaneously"; in Parse()323 errorMsg_ = "--output and --base64Output can not be used simultaneously"; in Parse()328 errorMsg_ = "[--module] and [--commonjs] can not be used simultaneously"; in Parse()353 errorMsg_ = "Invalid extension (available options: js, ts, as)"; in Parse()404 errorMsg_ = "The input string is not a valid base64 data"; in Parse()462 errorMsg_ = "--generate-patch and --hot-reload can not be used simultaneously"; in Parse()466 errorMsg_ = "--cold-fix can not be used without --generate-patch"; in Parse()
95 return errorMsg_; in ErrorMsg()144 std::string errorMsg_; variable
147 return CString(errorMsg_); in GetErrorMsg()265 char errorMsg_[TMP_BUF_SIZE] = {0}; // NOLINTNEXTLINE(modernize-avoid-c-arrays) variable
1465 if (memcpy_s(errorMsg_, length, errorMessage, length) != EOK) { in ParseError()