anchor_error_lookup
Resolve Solana Anchor errors by looking up error codes in hex or decimal, with optional IDL and program ID for custom error suggestions.
Instructions
Look up Anchor error codes and get fix suggestions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idl | No | Optional Anchor IDL containing custom errors | |
| error_code | Yes | Error code in hex (0x1771) or decimal (6001) format | |
| program_id | No | Optional program ID to check for custom errors |