SampleUnexpectedVariableError ¶
Bases: SolutionTranslationError
Variable not present in environment.
Raised when a sample contains a variable with a name that is not present in the environment.
When a sample is translated to an AqResult, the currently active environment has to contain the same variables as the sample.