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 Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum 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 Summary
Modifier and TypeMethodDescriptionstatic FeatureError.Code
Returns 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_VERSION
Unsupported feature file version.- Since:
- 5.1.305
-
MISSING_LANGUAGE
Unable to find language.- Since:
- 5.1.305
-
MISSING_FONT
Unable to find font.- Since:
- 5.1.305
-
MISSING_RESOLUTION
Unable to find resolution.- Since:
- 5.1.305
-
MISSING_TEMPLATE_SET
Unable to find template set.- Since:
- 5.1.305
-
MISSING_METADATA_TEMPLATE
Unable to find metadata template.- Since:
- 5.1.305
-
MISSING_USER
Unable to find user.- Since:
- 5.2.19
-
MISSING_PRESENTATION_CHANNEL
Unable to find presentation channel.- Since:
- 5.2.19
-
MISSING_EDITORIAL_LANGUAGE
Unable to find editorial language.- Since:
- 5.2.19
-
MISSING_GROUP
Unable to find group.- Since:
- 5.2.19
-
MISSING_EXTERNAL_GROUP
Unable to find external group.- Since:
- 5.2.19
-
MISSING_PROJECT
Unable to find project.- Since:
- 5.2.20
-
MISSING_SCHEDULE_ENTRY_REFERENCE
Unable to find element referenced by a schedule entry.- Since:
- 5.2.20
-
MISSING_PROJECT_REFERENCE
Unable to to find element referenced by project.- Since:
- 5.2.20
-
MISSING_ADMIN_PERMISSION
Unable to import global properties in the target project because the user is not a project admin.- Since:
- 5.2.240804
-
BROKEN_ENTRY_REFERENCE
Invalid package entry reference.- Since:
- 5.1.305
-
BROKEN_PARENT_REFERENCE
Invalid parent element reference.- Since:
- 5.1.305
-
BROKEN_ID_REFERENCE
Invalid ID reference.- Since:
- 5.1.305
-
BROKEN_PROJECT_ID_REFERENCE
Invalid project ID reference.- Since:
- 5.1.305
-
MISSING_ID_REFERENCE
Invalid ID reference.- Since:
- 5.1.305
-
MISSING_PROJECT_ID_REFERENCE
Invalid project ID reference.- Since:
- 5.1.305
-
BROKEN_TYPE_ID_REFERENCE
Wrong local type for ID reference.- Since:
- 5.1.305
-
BROKEN_TYPE_PROJECT_ID_REFERENCE
Wrong local type for project ID reference.- Since:
- 5.1.305
-
TYPE_MISMATCH_ID_REFERENCE
Wrong local type for ID reference.- Since:
- 5.1.305
-
TYPE_MISMATCH_PROJECT_ID_REFERENCE
Wrong local type for project ID reference.- Since:
- 5.1.305
-
REQUIRED_INCOMING_REFERENCE
Unable to delete element.- Since:
- 5.1.305
-
MISSING_IMPORT_PERMISSION
Insufficient rights in the target project to change or append the import element.- Since:
- 5.2.240804
-
MISSING_DELETE_PERMISSION
Insufficient rights in the target project to delete an obsolete element.- Since:
- 5.2.240804
-
BROKEN_ENTITY_AGGREGATING_REFERENCE
Invalid dependent database entry reference.- Since:
- 5.1.305
-
BROKEN_ENTITY_SCHEMA_REFERENCE
Invalid database entry schema reference.- Since:
- 5.1.305
-
BROKEN_ENTITY_REFERENCE
Invalid database entry reference.- Since:
- 5.1.305
-
MISSING_ENTITY_TYPE
Unable to find entity type.- Since:
- 5.1.305
-
INCOMPATIBLE_ENTITY_TYPE
Entity type has incompatible changes.- Since:
- 5.1.305
-
BROKEN_SCHEMA_REFERENCE
Invalid schema reference.- Since:
- 5.1.305
-
ENTITY_TYPE_OBSOLETE_ATTRIBUTE
Local entity type contains obsolete attribute.- Since:
- 5.1.305
-
ENTITY_TYPE_MISSING_ATTRIBUTE
Attribute is missing in local entity type.- Since:
- 5.2.402
-
-
Method Details
-
values
Returns 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
-
valueOf
Returns 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 nameNullPointerException
- if the argument is null
-