Skip to content

Latest commit

 

History

History
134 lines (78 loc) · 2.99 KB

error.md

File metadata and controls

134 lines (78 loc) · 2.99 KB

ethereumjs-vm > ERROR

Enumeration: ERROR

Index

Enumeration members


Enumeration members

CREATE_COLLISION

CREATE_COLLISION: = "create collision"

Defined in exceptions.ts:11


INTERNAL_ERROR

INTERNAL_ERROR: = "internal error"

Defined in exceptions.ts:10


INVALID_JUMP

INVALID_JUMP: = "invalid JUMP"

Defined in exceptions.ts:5


INVALID_OPCODE

INVALID_OPCODE: = "invalid opcode"

Defined in exceptions.ts:6


OUT_OF_GAS

OUT_OF_GAS: = "out of gas"

Defined in exceptions.ts:2


OUT_OF_RANGE

OUT_OF_RANGE: = "value out of range"

Defined in exceptions.ts:7


REFUND_EXHAUSTED

REFUND_EXHAUSTED: = "refund exhausted"

Defined in exceptions.ts:13


REVERT

REVERT: = "revert"

Defined in exceptions.ts:8


STACK_OVERFLOW

STACK_OVERFLOW: = "stack overflow"

Defined in exceptions.ts:4


STACK_UNDERFLOW

STACK_UNDERFLOW: = "stack underflow"

Defined in exceptions.ts:3


STATIC_STATE_CHANGE

STATIC_STATE_CHANGE: = "static state change"

Defined in exceptions.ts:9


STOP

STOP: = "stop"

Defined in exceptions.ts:12