Informatica Data Quality
- Informatica Data Quality 10.4.0
- 所有产品
failSession(String errorMessage);
参数 | 参数类型 | 数据类型 | 说明 |
---|---|---|---|
errorMessage | 输入 | String | 错误消息字符串。 |
if(isNull(”input1”)) { failSession(“Cannot process a null value for port input1.”); }