enum ProgramError { OutOfGas, InvalidOpcode, StackUnderflow, InvalidJumpDestination, InvalidJumpiDestination, StackOverflow, }