initialize

This commit is contained in:
Pruefer
2025-06-06 09:15:13 +02:00
commit fa7c2730f1
5817 changed files with 1339670 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
package com.itac.resource;
/** This class is generated by ResourceTool */
public interface ResourcesConfigServiceErrorCodes // #1487(1461) ErrorCodes[0..0]
extends ResourcesConfigService
{
/**de:Allgemeiner Fehler */
static public final int CONFIG_GENERAL_ERROR = 77652;
/**de:CustomerConfiguration: ungültiges Package (com.itac.oem.<customer>.<target>.<clientName>) {0} */
static public final int CUSTOMER_INVALID_PACKAGE = 85655;
/**de:Dimensionspfad nicht gefunden */
static public final int DIMPATH_NOT_FOUND = 79621;
/**de:Dimensionspfad nicht gesetzt */
static public final int DIMPATH_NOT_SET = 79620;
/**de:Dimensionswert nicht gefunden */
static public final int DIMVALUE_NOT_INSERTED = 79624;
/**de:Parametertypzuordnung nicht gefunden */
static public final int PARAMTYPEMAPPER_NOT_FOUND = 79626;
/**de:Parametertyp nicht gefunden */
static public final int PARAMTYPE_NOT_FOUND = 79623;
/**de:Parametertyp nicht gesetzt */
static public final int PARAMTYPE_NOT_SET = 79622;
}