You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (props("DispatchClass") '= ..#DispatchClass) && (name = ..#RESTAppName) {
42
42
$$$log("WARNING! WEB application """_name_""" exists but does not refer to " _ ..#DispatchClass _ ". Please, set correct dispatch class for this " _ "application or create the WEB-application manually.")
43
-
setst = $$$ERROR()
43
+
setst = $$$ERROR($$$GeneralError, "Dispatch class of web application """_name_""" does not refer to " _ ..#DispatchClass)
44
44
} else {
45
45
$$$log("WEB application """_name_""" already exists, so it should be ready to use.")
46
46
}
@@ -94,15 +94,17 @@ ClassMethod CreateProjection() As %Status
94
94
}
95
95
96
96
/// This method is invoked when a class is 'uncompiled'.
0 commit comments