Common Content for Data Engineering
- Common Content for Data Engineering 10.2.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.