All Downloads are FREE. Search and download functionalities are using the official Maven repository.

prerna.reactor.function.ExecuteGuardrailEngineReactor Maven / Gradle / Ivy

The newest version!
package prerna.reactor.function;

public class ExecuteGuardrailEngineReactor extends ExecuteReactorFunctionEngineReactor {

	/*
	 * Just a convenience method
	 * Works the same as the reactor function engine
	 * Since guardrail engine is a reactor function engine as well
	 */
	
	@Override
	String getUnableToAccessError(String engineId) {
		return "Guardrail Engine " + engineId + " does not exist or user does not have access to this guardrail";
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy