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
* Add an error-handler to the Optic Pipeline to catch Optic Update runtime errors. The runtime errors are added in the errors column. If no error occurred the value of the error column is null. When added, the error-handler should be the last operator before op:result.
231
-
* @param action The Optic Plan. You can either use the XQuery => chaining operator or specify the variable that captures the return value from the previous operation.
232
-
* @return a ModifyPlan object
233
-
*/
234
-
publicabstractModifyPlanonError(Stringaction);
235
-
/**
236
-
* Add an error-handler to the Optic Pipeline to catch Optic Update runtime errors. The runtime errors are added in the errors column. If no error occurred the value of the error column is null. When added, the error-handler should be the last operator before op:result.
237
-
* @param action The Optic Plan. You can either use the XQuery => chaining operator or specify the variable that captures the return value from the previous operation.
* Add an error-handler to the Optic Pipeline to catch Optic Update runtime errors. The runtime errors are added in the errors column. If no error occurred the value of the error column is null. When added, the error-handler should be the last operator before op:result.
243
-
* @param action The Optic Plan. You can either use the XQuery => chaining operator or specify the variable that captures the return value from the previous operation.
244
-
* @param errorColumn Valid options are: "fail" - stop procesisng and "continue" - add an error to the error column and continue processing. See {@link PlanBuilder#col(XsStringVal)}
* Add an error-handler to the Optic Pipeline to catch Optic Update runtime errors. The runtime errors are added in the errors column. If no error occurred the value of the error column is null. When added, the error-handler should be the last operator before op:result.
250
-
* @param action The Optic Plan. You can either use the XQuery => chaining operator or specify the variable that captures the return value from the previous operation.
251
-
* @param errorColumn Valid options are: "fail" - stop procesisng and "continue" - add an error to the error column and continue processing. See {@link PlanBuilder#col(XsStringVal)}
* Add an error-handler to the Optic Pipeline to catch Optic Update runtime errors. The runtime errors are added in the errors column. If no error occurred the value of the error column is null. When added, the error-handler should be the last operator before op:result.
1784
+
* @param action Valid options are: "fail" - stop procesisng and "continue" - add an error to the error column and continue processing.
1785
+
* @return a ModifyPlan object
1786
+
*/
1787
+
publicabstractModifyPlanonError(Stringaction);
1788
+
/**
1789
+
* Add an error-handler to the Optic Pipeline to catch Optic Update runtime errors. The runtime errors are added in the errors column. If no error occurred the value of the error column is null. When added, the error-handler should be the last operator before op:result.
1790
+
* @param action Valid options are: "fail" - stop procesisng and "continue" - add an error to the error column and continue processing.
* Add an error-handler to the Optic Pipeline to catch Optic Update runtime errors. The runtime errors are added in the errors column. If no error occurred the value of the error column is null. When added, the error-handler should be the last operator before op:result.
1796
+
* @param action Valid options are: "fail" - stop procesisng and "continue" - add an error to the error column and continue processing.
1797
+
* @param errorColumn An optional error column which is not used in the plan. If this parameter is not passed in 'sys.errors' is used. See {@link PlanBuilder#col(XsStringVal)}
* Add an error-handler to the Optic Pipeline to catch Optic Update runtime errors. The runtime errors are added in the errors column. If no error occurred the value of the error column is null. When added, the error-handler should be the last operator before op:result.
1803
+
* @param action Valid options are: "fail" - stop procesisng and "continue" - add an error to the error column and continue processing.
1804
+
* @param errorColumn An optional error column which is not used in the plan. If this parameter is not passed in 'sys.errors' is used. See {@link PlanBuilder#col(XsStringVal)}
0 commit comments