bloqade.lanes.bytecode.exceptions.TruncatedError
← Module overview
class
classTruncatedError¶source
bloqade.lanes.bytecode.exceptions.TruncatedError
Bases: ProgramError
class TruncatedError(expected: int, got: int)Parameters
| Name | Type | Description |
|---|---|---|
expected | int | |
got | int |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
expected | — | expected | |
got | — | got |