Enum Class FeatureError.Code
- All Implemented Interfaces:
- Serializable,- Comparable<FeatureError.Code>,- Constable
- Enclosing class:
- FeatureError
Error code definition describing the type of the belonging feature error.
- Since:
- 5.1.305
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionInvalid dependent database entry reference.Invalid database entry reference.Invalid database entry schema reference.Invalid package entry reference.Invalid ID reference.Invalid parent element reference.Invalid project ID reference.Invalid schema reference.Wrong local type for ID reference.Wrong local type for project ID reference.Attribute is missing in local entity type.Local entity type contains obsolete attribute.Entity type has incompatible changes.Unable to import global properties in the target project because the user is not a project admin.Insufficient rights in the target project to delete an obsolete element.Unable to find editorial language.Unable to find entity type.Unable to find external group.Unable to find font.Unable to find group.Invalid ID reference.Insufficient rights in the target project to change or append the import element.Unable to find language.Unable to find metadata template.Unable to find presentation channel.Unable to find project.Invalid project ID reference.Unable to to find element referenced by project.Unable to find resolution.Unable to find element referenced by a schedule entry.Unable to find template set.Unable to find user.Unable to delete element.Wrong local type for ID reference.Wrong local type for project ID reference.Unsupported feature file version.
- 
Method SummaryModifier and TypeMethodDescriptionstatic FeatureError.CodeReturns the enum constant of this class with the specified name.static FeatureError.Code[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
UNSUPPORTED_FEATURE_VERSIONUnsupported feature file version.- Since:
- 5.1.305
 
- 
MISSING_LANGUAGEUnable to find language.- Since:
- 5.1.305
 
- 
MISSING_FONTUnable to find font.- Since:
- 5.1.305
 
- 
MISSING_RESOLUTIONUnable to find resolution.- Since:
- 5.1.305
 
- 
MISSING_TEMPLATE_SETUnable to find template set.- Since:
- 5.1.305
 
- 
MISSING_METADATA_TEMPLATEUnable to find metadata template.- Since:
- 5.1.305
 
- 
MISSING_USERUnable to find user.- Since:
- 5.2.19
 
- 
MISSING_PRESENTATION_CHANNELUnable to find presentation channel.- Since:
- 5.2.19
 
- 
MISSING_EDITORIAL_LANGUAGEUnable to find editorial language.- Since:
- 5.2.19
 
- 
MISSING_GROUPUnable to find group.- Since:
- 5.2.19
 
- 
MISSING_EXTERNAL_GROUPUnable to find external group.- Since:
- 5.2.19
 
- 
MISSING_PROJECTUnable to find project.- Since:
- 5.2.20
 
- 
MISSING_SCHEDULE_ENTRY_REFERENCEUnable to find element referenced by a schedule entry.- Since:
- 5.2.20
 
- 
MISSING_PROJECT_REFERENCEUnable to to find element referenced by project.- Since:
- 5.2.20
 
- 
MISSING_ADMIN_PERMISSIONUnable to import global properties in the target project because the user is not a project admin.- Since:
- 5.2.240804
 
- 
BROKEN_ENTRY_REFERENCEInvalid package entry reference.- Since:
- 5.1.305
 
- 
BROKEN_PARENT_REFERENCEInvalid parent element reference.- Since:
- 5.1.305
 
- 
BROKEN_ID_REFERENCEInvalid ID reference.- Since:
- 5.1.305
 
- 
BROKEN_PROJECT_ID_REFERENCEInvalid project ID reference.- Since:
- 5.1.305
 
- 
MISSING_ID_REFERENCEInvalid ID reference.- Since:
- 5.1.305
 
- 
MISSING_PROJECT_ID_REFERENCEInvalid project ID reference.- Since:
- 5.1.305
 
- 
BROKEN_TYPE_ID_REFERENCEWrong local type for ID reference.- Since:
- 5.1.305
 
- 
BROKEN_TYPE_PROJECT_ID_REFERENCEWrong local type for project ID reference.- Since:
- 5.1.305
 
- 
TYPE_MISMATCH_ID_REFERENCEWrong local type for ID reference.- Since:
- 5.1.305
 
- 
TYPE_MISMATCH_PROJECT_ID_REFERENCEWrong local type for project ID reference.- Since:
- 5.1.305
 
- 
REQUIRED_INCOMING_REFERENCEUnable to delete element.- Since:
- 5.1.305
 
- 
MISSING_IMPORT_PERMISSIONInsufficient rights in the target project to change or append the import element.- Since:
- 5.2.240804
 
- 
MISSING_DELETE_PERMISSIONInsufficient rights in the target project to delete an obsolete element.- Since:
- 5.2.240804
 
- 
BROKEN_ENTITY_AGGREGATING_REFERENCEInvalid dependent database entry reference.- Since:
- 5.1.305
 
- 
BROKEN_ENTITY_SCHEMA_REFERENCEInvalid database entry schema reference.- Since:
- 5.1.305
 
- 
BROKEN_ENTITY_REFERENCEInvalid database entry reference.- Since:
- 5.1.305
 
- 
MISSING_ENTITY_TYPEUnable to find entity type.- Since:
- 5.1.305
 
- 
INCOMPATIBLE_ENTITY_TYPEEntity type has incompatible changes.- Since:
- 5.1.305
 
- 
BROKEN_SCHEMA_REFERENCEInvalid schema reference.- Since:
- 5.1.305
 
- 
ENTITY_TYPE_OBSOLETE_ATTRIBUTELocal entity type contains obsolete attribute.- Since:
- 5.1.305
 
- 
ENTITY_TYPE_MISSING_ATTRIBUTEAttribute is missing in local entity type.- Since:
- 5.2.402
 
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-