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. See the documentation of NlpDefine for more details about the function.
Remedies
Change the domain of the variable supplied to list, list of labels or index.
Comments
<comments />
Enable comment auto-refresher