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¶
msg¶
• msg: string
The error message
Defined in¶
pc¶
• pc: number
The program counter where the error was
Defined in¶
traces¶
• traces: Record
\<string
, unknown
>[]
Any trace information included in the error
Defined in¶
txId¶
• txId: string
The ID of the transaction with the logic error