Lines Matching refs:errorMsg
45 CString errorMsg = "The type of \"length\" must be integer. Received value is: " + ConvertToString(*result);
46 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
128 CString errorMsg = "The type of \"fromIndex\" must be integer. Received value is: " + ConvertToString(*result);
129 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
135 CString errorMsg = "The type of \"toIndex\" must be integer. Received value is: " + ConvertToString(*result);
136 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
169 CString errorMsg = "The type of \"fromIndex\" must be integer. Received value is: " + ConvertToString(*result);
170 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
176 CString errorMsg = "The type of \"toIndex\" must be integer. Received value is: " + ConvertToString(*result);
177 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
208 CString errorMsg = "The type of \"fromIndex\" must be integer. Received value is: " + ConvertToString(*result);
209 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
215 CString errorMsg = "The type of \"toIndex\" must be integer. Received value is: " + ConvertToString(*result);
216 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
244 CString errorMsg = "The type of \"size\" must be integer. Received value is: " + ConvertToString(*result);
245 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
299 CString errorMsg = "The type of \"fromIndex\" must be integer. Received value is: " + ConvertToString(*result);
300 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
306 CString errorMsg = "The type of \"toIndex\" must be integer. Received value is: " + ConvertToString(*result);
307 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
338 CString errorMsg = "The type of \"fromIndex\" must be integer. Received value is: " + ConvertToString(*result);
339 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
345 CString errorMsg = "The type of \"toIndex\" must be integer. Received value is: " + ConvertToString(*result);
346 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
378 CString errorMsg = "The type of \"fromIndex\" must be integer. Received value is: " + ConvertToString(*result);
379 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
385 CString errorMsg = "The type of \"toIndex\" must be integer. Received value is: " + ConvertToString(*result);
386 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
414 CString errorMsg = "The type of \"index\" must be integer. Received value is: " + ConvertToString(*result);
415 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
446 CString errorMsg = "The type of \"fromIndex\" must be integer. Received value is: " + ConvertToString(*result);
447 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());
453 CString errorMsg = "The type of \"toIndex\" must be integer. Received value is: " + ConvertToString(*result);
454 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str());