PowerCenter
- PowerCenter 10.4.0
- 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.”); }