Tier: S (1-2 days) | Type: reference
Context. guides/stellar-troubleshooting.mdx already documents 20 failure modes across 6 categories (Account & Balance, Network, Signing, Stealth-Specific, Soroban Contract, plus more) as narrative subheadings. Two things are missing: (a) a normative tabular view suitable for grep and citation, and (b) coverage of SDK Error subclasses, CLI errors, and indexer errors, which the troubleshooting page does not touch. Support keeps re-typing SDK error explanations in Discord because they are not linkable.
Scope.
- New
reference/error-codes.mdx as a normative flat table.
- One table per source: Stellar contract errors, SDK errors, indexer errors, CLI errors.
- Each row: code, symbolic name, human meaning, most common cause, fix, cross-link to
stellar-troubleshooting.mdx where the narrative version exists.
- Cross-link back from every entry in
stellar-troubleshooting.mdx to the corresponding tabular row.
- Auto-generation note in
scripts/ if source-of-truth lives in a repo constant.
Acceptance.
Files. reference/error-codes.mdx (new), guides/stellar-troubleshooting.mdx, docs.json (nav).
Tier: S (1-2 days) | Type: reference
Context.
guides/stellar-troubleshooting.mdxalready documents 20 failure modes across 6 categories (Account & Balance, Network, Signing, Stealth-Specific, Soroban Contract, plus more) as narrative subheadings. Two things are missing: (a) a normative tabular view suitable for grep and citation, and (b) coverage of SDKErrorsubclasses, CLI errors, and indexer errors, which the troubleshooting page does not touch. Support keeps re-typing SDK error explanations in Discord because they are not linkable.Scope.
reference/error-codes.mdxas a normative flat table.stellar-troubleshooting.mdxwhere the narrative version exists.stellar-troubleshooting.mdxto the corresponding tabular row.scripts/if source-of-truth lives in a repo constant.Acceptance.
Errorsubclass exported from@wraith-protocol/sdkappearsErrorvariant inreference/stellar/contracts/appearsstellar-troubleshooting.mdxis cross-linked to a matching rowmint devCompile docs snippetsCIFiles.
reference/error-codes.mdx(new),guides/stellar-troubleshooting.mdx,docs.json(nav).