23 lines
1022 B
Java
23 lines
1022 B
Java
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;
|
|
}
|