Class ComposerErrorCodes

java.lang.Object
com.aquima.interactions.composer.ds.ComposerErrorCodes

public final class ComposerErrorCodes extends Object
This class defines the various initialization errors that may occur when creating a composer from a data source.
Since:
7.0
Author:
Jon van Leuven, O. Kerpershoek
  • Field Details

    • CONTAINER_PROBLEMS

      public static final ErrorCode CONTAINER_PROBLEMS
      This error code is used to indicate a problems occurred during initialization a container {0} = name
    • BUTTON_PROBLEMS

      public static final ErrorCode BUTTON_PROBLEMS
      This error code is used to indicate a problems occurred during initialization a button {0} = name
    • PAGE_PROBLEMS

      public static final ErrorCode PAGE_PROBLEMS
      This error code is used to indicate a problems occured during initialization a page {0} = name
    • FIELD_PROBLEMS

      public static final ErrorCode FIELD_PROBLEMS
      This error code is used to indicate a problems occured during initialization a field {0} = field-name
    • TEXT_PROBLEMS

      public static final ErrorCode TEXT_PROBLEMS
      This error code is used to indicate a problems occured during initialization a text {0} = name
    • DUPLICATE_ELEMENT

      public static final ErrorCode DUPLICATE_ELEMENT
      This error code is used to indicate a duplicate element definition is detected.
    • BUTTON_CAPTION_ERROR

      public static final ErrorCode BUTTON_CAPTION_ERROR
      This error code is used to indicate the caption of a button could not be parsed.
    • CONTAINER_DISPLAYNAME_ERROR

      public static final ErrorCode CONTAINER_DISPLAYNAME_ERROR
      This error code is used to indicate the display text of a container could not be parsed.
    • REFERENCE_DISPLAYNAME_ERROR

      public static final ErrorCode REFERENCE_DISPLAYNAME_ERROR
      This error code is used to indicate the display text of a reference could not be parsed.
    • FIELD_QUESTIONTEXT_ERROR

      public static final ErrorCode FIELD_QUESTIONTEXT_ERROR
      This error code is used to indicate the question text of a field could not be parsed.
    • FIELD_EXPLAINTEXT_ERROR

      public static final ErrorCode FIELD_EXPLAINTEXT_ERROR
      This error code is used to indicate the explain text of a field could not be parsed.
    • ASSET_CONTENT_ERROR

      public static final ErrorCode ASSET_CONTENT_ERROR
      This error code is used to indicate the content of an asset (text) could not be parsed.
    • CONDITION_ERROR

      public static final ErrorCode CONDITION_ERROR
      This error is used to indicate a condition of a reference could not be parsed.
    • CIRCULARREF

      public static final ErrorCode CIRCULARREF
      This error code is used to indicate a circular reference was detected.
    • UNKNOWN_REFERENCE

      public static final ErrorCode UNKNOWN_REFERENCE
      This error code is used to indicate a container references an unknown element.
    • NODYNAMICCONTAINERIMPLEMENTATION

      public static final ErrorCode NODYNAMICCONTAINERIMPLEMENTATION
      This error code is used to indicate that no implementation could be found for a dynamic container.
    • INVALID_CONTENT

      public static final ErrorCode INVALID_CONTENT
      This error code is used to indicate a container references some undefined content item.
    • ASSET_FORMAT_MISSING

      public static final ErrorCode ASSET_FORMAT_MISSING
      This error code is used to indicate a container includes an asset without an asset format.
    • ASSET_FORMAT_INVALID

      public static final ErrorCode ASSET_FORMAT_INVALID
      This error code is used to indicate a container includes an asset with an invalid asset format.
    • FIELD_UNKNOWN_ENTITY

      public static final ErrorCode FIELD_UNKNOWN_ENTITY
      This error code is used to indicate a field references an unknown entity.
    • FIELD_UNKNOWN_ATTRIBUTE

      public static final ErrorCode FIELD_UNKNOWN_ATTRIBUTE
      This error code is used to indicate a field references an unknown attribute.
    • DOCUMENT_LOAD_ISSUE

      public static final ErrorCode DOCUMENT_LOAD_ISSUE
      This error code is used to indicate a problem occured during initialization of a document. Arg: document-name
    • CONTENT_LOAD_ISSUE

      public static final ErrorCode CONTENT_LOAD_ISSUE
      This error code is used to indicate a problem occured during initialization of a document. Arg: document-name
    • MULTIPLE_DEFAULT_STYLES

      public static final ErrorCode MULTIPLE_DEFAULT_STYLES
      This error code is used to indicate multiple default styles are found.
    • INVALID_CONTENT_REFERENCE

      public static final ErrorCode INVALID_CONTENT_REFERENCE
      This error code is used to indicate a document references an unknown content definition.
    • INVALID_TEXT_REFERENCE

      public static final ErrorCode INVALID_TEXT_REFERENCE
      This error code is used to indicate a content references an unknown text definition.
    • INVALID_IMAGE_REFERENCE

      public static final ErrorCode INVALID_IMAGE_REFERENCE
      This error code is used to indicate a content references an unknown text definition.
    • INVALID_CIRCULAR_REFERENCE

      public static final ErrorCode INVALID_CIRCULAR_REFERENCE
      This error code is used to indicate a document contains circular references in the content definitions.
    • REFERENCE_PARSE_ERROR

      public static final ErrorCode REFERENCE_PARSE_ERROR
      This error code is used to indicate a condition or expression of a reference could not be parsed.
    • EMPTY_CONTENT_NAME

      public static final ErrorCode EMPTY_CONTENT_NAME
      This error code is used to indicate an element has no valid name.
    • DUPLICATE_CONTENT_NAME

      public static final ErrorCode DUPLICATE_CONTENT_NAME
      This error code is used to indicate a duplicate element definition is detected.
    • EMPTY_DOCUMENT_NAME

      public static final ErrorCode EMPTY_DOCUMENT_NAME
      This error code is used to indicate a document has no valid name.
    • DUPLICATE_DOCUMENT_NAME

      public static final ErrorCode DUPLICATE_DOCUMENT_NAME
      This error code is used to indicate a duplicate document definition is detected.
    • EMPTY_TEXT_NAME

      public static final ErrorCode EMPTY_TEXT_NAME
      This error code is used to indicate a text has no valid name.
    • DUPLICATE_TEXT_NAME

      public static final ErrorCode DUPLICATE_TEXT_NAME
      This error code is used to indicate a duplicate text definition is detected.
    • EMPTY_IMAGE_NAME

      public static final ErrorCode EMPTY_IMAGE_NAME
      This error code is used to indicate a image has no valid name.
    • EMPTY_IMAGE_DATA

      public static final ErrorCode EMPTY_IMAGE_DATA
      This error code is used to indicate an image definition does not contain any image data.
    • DUPLICATE_IMAGE_NAME

      public static final ErrorCode DUPLICATE_IMAGE_NAME
      This error code is used to indicate a duplicate image definition is detected.
    • DUPLICATE_ROOT_NODE

      public static final ErrorCode DUPLICATE_ROOT_NODE
      This error code is used to indicate that a text element contains multiple text definitions for the same language.
    • UNSUPPORTED_NODE_TYPE

      public static final ErrorCode UNSUPPORTED_NODE_TYPE
      this error code is used to indicate that a text node type could not be added to parent node.
    • TEXT_NODE_PARSE_ERROR

      public static final ErrorCode TEXT_NODE_PARSE_ERROR
      This error code is used to indicate an expression of a text node could not be parsed.
    • DUPLICATE_CONTENT_STYLE

      public static final ErrorCode DUPLICATE_CONTENT_STYLE
      This error code is used to indicate a duplicate content style definition was found.
    • UNKNOWN_CHILD_CONTENT_STYLE

      public static final ErrorCode UNKNOWN_CHILD_CONTENT_STYLE
      This error code is used to indicate a style refers to an unknown child style.
    • UNKNOWN_CONTENT_STYLE

      public static final ErrorCode UNKNOWN_CONTENT_STYLE
      This error code is used to indicate a content item refers to an undefined content style.
    • INVALID_CHILD_STYLE

      public static final ErrorCode INVALID_CHILD_STYLE
      This error code is used to indicate a child style is not allowed as content of a parent style.
    • INVALID_FIELD_VALIDATION_MESSAGE

      public static final ErrorCode INVALID_FIELD_VALIDATION_MESSAGE
      This error code is used to indicate the message of a field validation could not be parsed.
    • INVALID_FIELD_VALIDATION_CONDITION

      public static final ErrorCode INVALID_FIELD_VALIDATION_CONDITION
      This error code is used to indicate the condition of a field validation could not be parsed.
    • INVALID_FIELD_VALIDATION_TYPE

      public static final ErrorCode INVALID_FIELD_VALIDATION_TYPE
    • INVALID_FIELD_VALIDATION_PARAMETER

      public static final ErrorCode INVALID_FIELD_VALIDATION_PARAMETER
    • INVALID_FIELD_VALIDATION_PARAMETER_MISSING

      public static final ErrorCode INVALID_FIELD_VALIDATION_PARAMETER_MISSING
    • INVALID_FIELD_REQUIRED_CONDITION

      public static final ErrorCode INVALID_FIELD_REQUIRED_CONDITION
    • INVALID_FIELD_REQUIRED_MESSAGE

      public static final ErrorCode INVALID_FIELD_REQUIRED_MESSAGE
    • REPEATEXPRESSION_INVALID_TYPE

      public static final ErrorCode REPEATEXPRESSION_INVALID_TYPE
    • REPEATEXPRESSION_ERROR

      public static final ErrorCode REPEATEXPRESSION_ERROR
    • AGGREGATE_DISPLAYNAME_ERROR

      public static final ErrorCode AGGREGATE_DISPLAYNAME_ERROR
      This error code is used to indicate the display text of a aggregate could not be parsed.
    • GLOBAL_PARAMETER_UNKNOWN_TYPE

      public static final ErrorCode GLOBAL_PARAMETER_UNKNOWN_TYPE
    • GLOBAL_PARAMETER_INVALID_EXPRESSION

      public static final ErrorCode GLOBAL_PARAMETER_INVALID_EXPRESSION
    • TEXTITEM_ERROR

      public static final ErrorCode TEXTITEM_ERROR
      This error code is used to indicate problems during text item initialization.