Crate spl_program_error_derive
source ·Expand description
Crate defining a procedural macro for building Solana program errors
Attribute Macros
- Proc macro attribute to turn your enum into a Solana Program Error
Derive Macros
- Derive macro to add
solana_program::decode_error::DecodeErrortrait - Derive macro to add
Into<solana_program::program_error::ProgramError>trait - Derive macro to add
solana_program::program_error::PrintProgramErrortrait