LogicErrorDetails
@algorandfoundation/algokit-utils / types/logic-error / LogicErrorDetails
types/logic-error.LogicErrorDetails
Details about a smart contract logic error
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”• desc: string
The full error description
Defined in
Section titled “Defined in”• msg: string
The error message
Defined in
Section titled “Defined in”• pc: number
The program counter where the error was
Defined in
Section titled “Defined in”traces
Section titled “traces”• traces: Record<string, unknown>[]
Any trace information included in the error
Defined in
Section titled “Defined in”• txId: string
The ID of the transaction with the logic error