New Documentation: SVM Error Codes Reference Page

Hi everyone,

We’ve just added a new reference page to the documentation for developers building on Solana and other SVM-based chains. You can now find a comprehensive list of error codes emitted by Pyth’s SVM contracts and the Receiver SDK.

This resource is designed to help you quickly decode and debug issues when interacting with the Pyth Solana Receiver programs.

What’s Inside? The page covers two main categories of errors:

  • Receiver Errors (6000+): Issues related to wormhole messages, VAA verification, governance authorities, and funds.

  • SDK Errors (10000+): Common integration issues such as stale prices (PriceTooOld), mismatched feed IDs, or invalid window sizes.

Check it out here: SVM Error Codes Documentation


Developing on EVM? If you are building on Ethereum or L2s, we also have a dedicated reference for decoding common Solidity errors : EVM Error Codes Documentation

Happy building!