Crate spl_program_error_derive

Source
Expand description

Crate defining a procedural macro for building Solana program errors

Attribute Macros§

spl_program_error
Proc-macro attribute to turn your enum into a Solana Program Error

Derive Macros§

IntoProgramError
Derive macro to add Into<solana_program_error::ProgramError> trait
ToStr
Derive macro to add solana_program_error::ToStr trait