Skip to main content
This page lists Anchor custom errors returned by the current Dynamic Vault vault program source.
Anchor custom program errors start at 6000. When a transaction log contains custom program error: 0x1771, convert the hex value to decimal and match it against the table below.

Error Codes

IDL Naming Notes

When decoding transactions from logs, match by numeric code first. When matching SDK-generated IDL names, account for the older misspelling in the TypeScript IDL.

Troubleshooting