Data Engineering Integration
- Data Engineering Integration 10.2.2 HotFix 1
- Tous les produits
logError(String msg);
Paramètre | Type de paramètre | Type de données | Description |
|---|---|---|---|
msg | Entrée | Chaîne | Chaîne de messages d'erreur. |
// check BASE_SALARY if (isNull("BASE_SALARY")) { logError("Cannot process a null salary field."); }
[JTX_1013] [ERROR] Cannot process a null salary field.