Common Content for Data Catalog
- Common Content for Data Catalog 10.5.2
- Alle Produkte
logError(String msg);
Parameter | Parametertyp | Datentyp | Beschreibung |
|---|---|---|---|
msg | Eingabe | String | Fehlermeldungsstring. |
// check BASE_SALARY if (isNull("BASE_SALARY")) { logError("Cannot process a null salary field."); }
[JTX_1013] [ERROR] Cannot process a null salary field.