- CREATE_COLLISION
- INTERNAL_ERROR
- INVALID_JUMP
- INVALID_OPCODE
- OUT_OF_GAS
- OUT_OF_RANGE
- REFUND_EXHAUSTED
- REVERT
- STACK_OVERFLOW
- STACK_UNDERFLOW
- STATIC_STATE_CHANGE
- STOP
CREATE_COLLISION: = "create collision"
Defined in exceptions.ts:11
INTERNAL_ERROR: = "internal error"
Defined in exceptions.ts:10
INVALID_JUMP: = "invalid JUMP"
Defined in exceptions.ts:5
INVALID_OPCODE: = "invalid opcode"
Defined in exceptions.ts:6
OUT_OF_GAS: = "out of gas"
Defined in exceptions.ts:2
OUT_OF_RANGE: = "value out of range"
Defined in exceptions.ts:7
REFUND_EXHAUSTED: = "refund exhausted"
Defined in exceptions.ts:13
REVERT: = "revert"
Defined in exceptions.ts:8
STACK_OVERFLOW: = "stack overflow"
Defined in exceptions.ts:4
STACK_UNDERFLOW: = "stack underflow"
Defined in exceptions.ts:3
STATIC_STATE_CHANGE: = "static state change"
Defined in exceptions.ts:9
STOP: = "stop"
Defined in exceptions.ts:12