AssemblingErrorTypeEnum
AssemblingErrorTypeEnum enumeration constants define types of assembly errors.
typedef enum {
AET_Unknown,
AET_ObligatoryItemOmitted,
AET_RubbishItem,
AET_AssemblingRuleError,
AET_KeyValuesMismatch,
AET_ErrorInChildDocument,
AET_ProhibitedTopLevelDocument
} AssemblingErrorTypeEnum;
Elements
Name | Description |
---|---|
AET_Unknown | Unknown assembly error. |
AET_ObligatoryItemOmitted | An obligatory element of the Document Definition is omitted in the document. |
AET_RubbishItem | There is an excess or invalid element in the document. |
AET_AssemblingRuleError | An assembly rule error. |
AET_KeyValuesMismatch | Key values are not identical on all pages of the document. |
AET_ErrorInChildDocument | The child documents of the current document contain assembling errors. |
AET_ProhibitedTopLevelDocument | A child document in the set is moved to the top level. |
Used in
8/15/2023 1:19:30 PM