Error Messages/40587
Error message examples
Index MultipleVar is not a valid «contextVar» in NlpDefine. To be valid, it must have an explicit domain (list, list of labels, or index).
Cause
When using NlpDefine, this error is triggered when a variable that is not defined to have an explicit domain is supplied in «SetContext». The parameter passed as «SetContext» needs to have an explicit domain. See the documentation of NlpDefine for more details about the function and the parameter definitions.
Remedies
Changing the domain of the variable supplied to list, list of labels or index will solve the problem.
See Also
Comments
Enable comment auto-refresher