bloqade.lanes.bytecode.exceptions.StaleValidatedMovesError
← Module overview
class
classStaleValidatedMovesError¶source
bloqade.lanes.bytecode.exceptions.StaleValidatedMovesError
Bases: MoveValidationError
A ``ValidatedMoves`` token was applied to a state it was not validated against (or to that state after it moved on).
class StaleValidatedMovesError(lane: int, src: int, expected: int)The token records the mover assignments resolved at validation time, so applying it to a different state would desynchronize the location maps.
Parameters
| Name | Type | Description |
|---|---|---|
lane | int | |
src | int | |
expected | int |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
lane | — | lane | |
src | — | src | |
expected | — | expected |