Difference between revisions of "Error Messages/40587"
AManandhar (talk | contribs) m (→Cause) |
AManandhar (talk | contribs) |
||
Line 1: | Line 1: | ||
= Error Message Examples = | = 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). | + | 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 = | = Cause = |
Revision as of 20:11, 22 January 2010
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