Raised when a declared variable name is observed at more than one scope (for example a local
variable shadowing a process-level variable). The result would be ambiguous, so the search
fails loudly rather than silently picking one. Pass an explicit scopeKey to disambiguate.
Raised when a declared variable name is observed at more than one scope (for example a local variable shadowing a process-level variable). The result would be ambiguous, so the search fails loudly rather than silently picking one. Pass an explicit
scopeKeyto disambiguate.