bloqade.lanes.bytecode.exceptions.LaneValidationError
← Module overview
class
classLaneValidationError¶source
bloqade.lanes.bytecode.exceptions.LaneValidationError
Bases: ValidationError
Wraps a LaneGroupError with a program counter for bytecode context.
class LaneValidationError(pc: int, error: LaneGroupError)Parameters
| Name | Type | Description |
|---|---|---|
pc | int | |
error | LaneGroupError |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
pc | — | pc | |
error | — | error |