Trait solana_program::decode_error::DecodeError [−][src]
pub trait DecodeError<E> {
fn type_of() -> &'static str;
fn decode_custom_error_to_enum(custom: u32) -> Option<E>
where
E: FromPrimitive,
{ ... }
}Allows custom errors to be decoded back to their original enum
Required methods
Loading content...Provided methods
fn decode_custom_error_to_enum(custom: u32) -> Option<E> where
E: FromPrimitive, [src]
E: FromPrimitive,