This error occurred while evaluating the salience
The range of allowed salience has an explicit limit this error message will result if the value is out of that range.ĬLIPS> (defrule error (declare (salience 20000)) =>) Salience requires a integer argument and will otherwise result in this error message.ĬLIPS> (defrule error (declare (salience a)) =>) Salience value must be an integer value. Each message begins with a unique identifier enclosed in brackets the messages are listed here in alphabetic order according to the identifier. This appendix describes some of the more common error messages and what they mean. CLIPS typically will display two kinds of error messages: those associated with executing constructs and those associated with loading constructs.