cardano-api:internal
Safe HaskellNone
LanguageHaskell2010

Cardano.Api.Plutus

Description

This module provides an error to conveniently render plutus related failures.

Synopsis

Documentation

data DebugPlutusFailure Source #

A structured representation of Plutus script validation failures, providing detailed information about the failed execution for debugging purposes. This type contains the same information as the data constructor ValidationFailure but with named fields and fixed crypto parameters for easier debugging and error reporting.