Lines Matching refs:errorMsg
231 CString errorMsg;
264 errorMsg = "DecodeURI: invalid character: " + ConvertToString(string.GetTaggedValue());
265 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
282 errorMsg = "DecodeURI: invalid character: " + ConvertToString(string.GetTaggedValue());
283 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
287 errorMsg = "DecodeURI: invalid character: " + ConvertToString(string.GetTaggedValue());
288 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
526 CString errorMsg;
531 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
532 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
537 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
538 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
576 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
577 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
584 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
585 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
599 CString errorMsg;
608 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
609 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
613 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
614 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
621 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
622 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
636 CString errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
637 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
718 CString errorMsg;
721 errorMsg = "The number of parameters received by loadNativeModule is incorrect.";
722 auto error = GlobalError::ParamError(thread, errorMsg.c_str());
727 errorMsg = "The number of parameters received by loadNativeModule is incorrect.";
728 auto error = GlobalError::ParamError(thread, errorMsg.c_str());
740 errorMsg = "Load native module failed, filename '" + abcFilePath +
742 auto error = GlobalError::ReferenceError(thread, errorMsg.c_str());
754 errorMsg = "The module name '"+ requestPath +
756 auto error = GlobalError::ParamError(thread, errorMsg.c_str());