Informatica Data Quality
- Informatica Data Quality 10.4.1
- All Products
failSession(String errorMessage);
Parameter | Parameter Type | Datatype | Description |
---|---|---|---|
errorMessage | Input | String | Error message string. |
if(isNull(”input1”)) { failSession(“Cannot process a null value for port input1.”); }