Expand description
Crate defining a procedural macro for building Atlas program errors
Attribute Macros§
- atlas_
program_ error - Proc-macro attribute to turn your enum into a Atlas Program Error
Derive Macros§
- Into
Program Error - Derive macro to add
Into<solana_program_error::ProgramError>trait - ToStr
- Derive macro to add
solana_program_error::ToStrtrait