Messages

The Messages element is used to identify, for a specific item, error messages to disable during code generation and/or to reduce from an error to a warning.

The Messages element has attributes.

Attributes

Table 1. Messages element attributes
Attribute Options
warningAsError A semicolon separated list of error identifiers. If an error identifier is added to an item, the message severity is increased from warning to error for this specific error for this specific item.
ignoreWarning

A semicolon separated list of error identifiers. If an error identifier is added to an item, the specified error is no longer generated for this specific item. Disables the message if its severity is warning.

Example

<Database>   
    <File extension="4db">      
       <Message warningAsError="GS-11000" ignoreWarning ="GS-11360;GS-11361">     
       <DynamicProperties>