Data Transformation Engine Return Codes and Errors Reference Guide

Chapter 6 – Type Tree Analysis Type Tree Analysis Logic Error Messages
Return Code Message
L120 INITIATOR type has no restriction list – TYPE:
‘type name’
Hint: All syntax items need a restriction list.
L121 TERMINATOR type neither inherited nor local – TYPE:
‘type name’
Hint: The terminator name has been entered incorrectly. It should
be either the name of a local type, the name of an inherited
terminator, or the name of a type in the sub-tree of the inherited
terminator.
L122 Default TERMINATOR not specified – TYPE: ‘type
name’
Hint: This Type was specified with a syntax item for its
terminator. Add a default value to define a value for that
terminator has not been encountered in the data.
L123 Default TERMINATOR not in restriction list – TYPE:
‘type name’
Hint: This Type was specified with a syntax item for its
terminator. Please add the default value to the restriction list of
that syntax item.
L124 TERMINATOR type is not a SYNTAX ITEM – TYPE: ‘type
name’
Hint: Terminators specified as an item must be specified to be
interpreted as SYNTAX to set the value of the terminator if it
appears as a component in a data stream.
L125 TERMINATOR type has no restriction list – TYPE:
‘type name’
Hint: All syntax items need a restriction list.
L126 COMPONENT range minimum (#) greater than range
maximum (#) – COMPONENT ‘type name’ – TYPE: ‘type
name’
Hint: The minimum range must be less than or equal to the
maximum range.