Solved
Web application - Call Error page in Script
Hi,
In web application, I have added code in script and want to call error page message(location- web application properties>Error page tab) in script.

Example:
code in script like
if (condition==true)
{
}
else{
//display error page message
}
Any suggestions?
Regards,
Tejashri