Skip to main content
Version: Next

Interface: TRANSACTION_EXECUTION_ERROR

RPCSPEC09.API.TRANSACTION_EXECUTION_ERROR

Properties

code

code: 41

Defined in

node_modules/@starknet-io/starknet-types-09/dist/types/api/errors.d.ts:65


message

message: "Transaction execution error"

Defined in

node_modules/@starknet-io/starknet-types-09/dist/types/api/errors.d.ts:66


data

data: Object

Type declaration

NameTypeDescription
transaction_indexnumberThe index of the first transaction failing in a sequence of given transactions Minimum 0
execution_errorCONTRACT_EXECUTION_ERROR_INNERthe execution trace up to the point of failure

Defined in

node_modules/@starknet-io/starknet-types-09/dist/types/api/errors.d.ts:67