|
|
All message numbers are referred to symbolically in the code.
The symbolic constants should be named in the form:
moduleid_MSG_string
or
moduleid_ERR_string
Where moduleid is the module ID (including the vendor code). The _MSG_ case is used for display messages and the _ERR_ case is used for error messages. string is a short identifier for the specific message, which should consist of letters and underscores. For example:
SCO_PIZZA_MSG_TOGO SCO_PIZZA_ERR_UNKNOWN_TOPPING