COBCH1681 - COBCH1700
Lists the Syntax Checking error messages from COBCH1681 through COBCH1700.
COBCH1681 <XML Loader output>
This is the output from the XML loader when it fails to load an XML comment. It follows the COBCH1680 message.
COBCH1682 XML comment has cref attribute <attrib-name> that could not be resolved
The
cref
attribute specified a name that cannot be resolved to a known type or member.
COBCH1683 Repeated information for parameter <param-name> in XML comment for <name>
A parameter name has been specified more than once.
COBCH1684 Missing information for parameter <param-name> in XML comment for <name>
The source code contains parameter comments, but not all parameters have been specified.
COBCH1685 Unknown parameter name <param-name> in XML comment for <name>
An XML comment has been specified for an unknown parameter.
COBCH1686 Ambiguous match for method <method-name> with this signature - will generate dynamic call
The compiler cannot distinguish between multiple call targets.
COBCH1687 Only value NULL allowed here
A level 88 condition value other than NULL has been specified for a pointer data item.
COBCH1688 Level 88 not allowed with value type
A level 88 condition has been specified with an incompatible value type.
COBCH1689 Only valid with ODOSLIDE
An unbounded table has been specified without the ODOSLIDE directive being set.
COBCH1690 Invalid use of UNBOUNDED group
The UNBOUNDED keyword has been specified illegally.
COBCH1691 Internal literal pool overflow - Program too large
The quantity and size of the literals in your program are greater than the compiler's internal limit.
COBCH1692 Too many DETAIL groups specified for report
The number of DETAIL groups per report has been exceeded.
COBCH1699 A CONSTANT item cannot be a receiving item
An operation has attempted to change the value of an item specified with the CONSTANT keyword.
COBCH1700 A CONSTANT item must have a VALUE clause
A field has been specified with the CONSTANT keyword, but has no VALUE clause specified.
Parent topic:
Messages COBCH1601 - COBCH1700