EvmErrorMessage
Enumeration Members
AUTHCALL_UNSET
AUTHCALL_UNSET:
"attempting to AUTHCALL without AUTH set"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:25
BLS_12_381_FP_NOT_IN_FIELD
BLS_12_381_FP_NOT_IN_FIELD:
"fp point not in field"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:29
BLS_12_381_INPUT_EMPTY
BLS_12_381_INPUT_EMPTY:
"input is empty"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:28
BLS_12_381_INVALID_INPUT_LENGTH
BLS_12_381_INVALID_INPUT_LENGTH:
"invalid input length"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:26
BLS_12_381_POINT_NOT_ON_CURVE
BLS_12_381_POINT_NOT_ON_CURVE:
"point not on curve"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:27
CODESIZE_EXCEEDS_MAXIMUM
CODESIZE_EXCEEDS_MAXIMUM:
"code size to deposit exceeds maximum code size"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:4
CODESTORE_OUT_OF_GAS
CODESTORE_OUT_OF_GAS:
"code store out of gas"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:3
CREATE_COLLISION
CREATE_COLLISION:
"create collision"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:13
INITCODE_SIZE_VIOLATION
INITCODE_SIZE_VIOLATION:
"initcode exceeds max initcode size"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:23
INSUFFICIENT_BALANCE
INSUFFICIENT_BALANCE:
"insufficient balance"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:17
INTERNAL_ERROR
INTERNAL_ERROR:
"internal error"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:12
INVALID_BEGINSUB
INVALID_BEGINSUB:
"invalid BEGINSUB"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:18
INVALID_BYTECODE_RESULT
INVALID_BYTECODE_RESULT:
"invalid bytecode deployed"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:21
INVALID_COMMITMENT
INVALID_COMMITMENT:
"kzg commitment does not match versioned hash"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:30
INVALID_EOF_FORMAT
INVALID_EOF_FORMAT:
"invalid EOF format"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:22
INVALID_INPUT_LENGTH
INVALID_INPUT_LENGTH:
"invalid input length"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:24
INVALID_INPUTS
INVALID_INPUTS:
"kzg inputs invalid"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:31
INVALID_JUMP
INVALID_JUMP:
"invalid JUMP"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:7
INVALID_JUMPSUB
INVALID_JUMPSUB:
"invalid JUMPSUB"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:20
INVALID_OPCODE
INVALID_OPCODE:
"invalid opcode"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:8
INVALID_PROOF
INVALID_PROOF:
"kzg proof invalid"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:32
INVALID_RETURNSUB
INVALID_RETURNSUB:
"invalid RETURNSUB"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:19
OUT_OF_GAS
OUT_OF_GAS:
"out of gas"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:2
OUT_OF_RANGE
OUT_OF_RANGE:
"value out of range"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:9
REFUND_EXHAUSTED
REFUND_EXHAUSTED:
"refund exhausted"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:15
REVERT
REVERT:
"revert"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:10
STACK_OVERFLOW
STACK_OVERFLOW:
"stack overflow"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:6
STACK_UNDERFLOW
STACK_UNDERFLOW:
"stack underflow"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:5
STATIC_STATE_CHANGE
STATIC_STATE_CHANGE:
"static state change"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:11
STOP
STOP:
"stop"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:14
VALUE_OVERFLOW
VALUE_OVERFLOW:
"value overflow"
Defined in
node_modules/.pnpm/@ethereumjs+evm@3.1.1/node_modules/@ethereumjs/evm/dist/esm/exceptions.d.ts:16