Crate solana_program_error

Source
Expand description

The ProgramError type and related definitions.

Enums§

ProgramError
Reasons the program may fail

Traits§

PrintProgramErrorDeprecated
ToStr
A trait for converting a program error to a &str.

Type Aliases§

ProgramResult
OSZAR »