mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-02-27 09:13:09 +00:00
9 lines
151 B
Rust
9 lines
151 B
Rust
|
|
enum ProgramError {
|
||
|
|
OutOfGas,
|
||
|
|
InvalidOpcode,
|
||
|
|
StackUnderflow,
|
||
|
|
InvalidJumpDestination,
|
||
|
|
InvalidJumpiDestination,
|
||
|
|
StackOverflow,
|
||
|
|
}
|