Reason: ${responseData.message}.
Response Code: ${xhr.status}`;\n }\n });\n xhr.onerror = function () {\n messagePanel.innerText = \"Network error occurred. Please check your connection and try again.\";\n loadMessage.style.display = 'none';\n };\n // Send the request\n xhr.send(json);\n });\n });\n });\n});\n\n\n "],"id":"37"}])