Skip to content

Create Publication

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types logic error.LogicErrorDetails

@algorandfoundation/algokit-utils / types/logic-error / LogicErrorDetails

Interface: LogicErrorDetails

types/logic-error.LogicErrorDetails

Details about a smart contract logic error

Table of contents

Properties

Properties

desc

desc: string

The full error description

Defined in

src/types/logic-error.ts:16


msg

msg: string

The error message

Defined in

src/types/logic-error.ts:14


pc

pc: number

The program counter where the error was

Defined in

src/types/logic-error.ts:12


traces

traces: Record\<string, unknown>[]

Any trace information included in the error

Defined in

src/types/logic-error.ts:18


txId

txId: string

The ID of the transaction with the logic error

Defined in

src/types/logic-error.ts:10