mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-02-17 04:13:35 +00:00
10 lines
175 B
Rust
10 lines
175 B
Rust
#[allow(dead_code)]
|
|
pub enum ProgramError {
|
|
OutOfGas,
|
|
InvalidOpcode,
|
|
StackUnderflow,
|
|
InvalidJumpDestination,
|
|
InvalidJumpiDestination,
|
|
StackOverflow,
|
|
}
|