The Decode Engine is the core of Tier 1 diagnostics.Documentation Index
Fetch the complete documentation index at: https://prism-ddf93e61.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Process
- Extraction: It takes a
TransactionResultand extracts the specific error variant. - Classification: Categorizes the error (e.g.,
HostError,ContractError). - Enrichment: Maps the code to the Error Taxonomy.
- Resolution: Fetches and parses WASM custom sections to resolve custom contract errors.