HP Pascal/iX Reference Manual (31502-90022)

A-: 60
810 MESSAGE COERCION REQUIRES $TYPE_COERCION 'STORAGE'$ (810)
CT CAUSE The current $TYPE_COERCION 'string'$ is insufficient to permit
this type coercion.
ACTION Set the type_coercion level to that given in the message.
---------------------------------------------------------------------------------------
811 MESSAGE COERCION REQUIRES $TYPE_COERCION 'NONCOMPATIBLE'$ (811)
CT CAUSE The current $TYPE_COERCION 'string'$ is insufficient to permit
this type coercion.
ACTION Set the type_coercion level to that given in the message. This
is very dangerous coding practice.
---------------------------------------------------------------------------------------
813 MESSAGE MULTIPLE DEFINITIONS FOR THIS MODULE (813)
CT CAUSE A definition for this module identifier has already been
compiled within this compilation unit.
ACTION Delete extra module definition from the compilation unit.
---------------------------------------------------------------------------------------
814 MESSAGE MISSING EXPORT SECTION (814)
CT CAUSE A module must have an EXPORT section.
ACTION Define an EXPORT section for this module.
Messages 816-7999
---------------------------------------------------------------------------------------
816 MESSAGE INVALID IMPORT MODULE SPECIFIED (816)
CT CAUSE The IMPORT module specified could not be found.
ACTION Check $SEARCH path for missing files or check the module name.
CAUSE The module name is a duplicate of an identifier previously
defined.
ACTION Rename either the module name or the identifier.
---------------------------------------------------------------------------------------
817 MESSAGE INVALID MODULE IDENTIFIER (817)
CT CAUSE The identifier is not a module identifier.
ACTION Check identifier for misspellings.
---------------------------------------------------------------------------------------
818 MESSAGE NOT EXPORTED BY THE QUALIFYING IMPORTED MODULE (818)
CT CAUSE The identifier was not exported by the qualifying imported
module or defined in the module currently being defined.
ACTION Check the identifier for misspellings.
---------------------------------------------------------------------------------------
819 MESSAGE TYPE COERCION PERMITTED FOR DATA ITEMS ONLY (819)