Skip to main content
Dynamic Fee Sharing custom errors are emitted by the Anchor FeeVaultError enum.
Anchor custom error codes start at 6000. When a transaction log contains a custom program error such as 0x1776, convert the hex value to decimal to find the matching code. 0x1776 is 6006, which maps to ExceededUser.

Error Codes