1use anchor_lang::prelude::*; 2 3#[error_code] 4pub enum ErrorCode { 5 #[msg("Invalid authority")] 6 InvalidAuthority, 7}