1
2
3
4
5
6
7
8
9
use anchor_lang::prelude::*;


#[error_code]

pub enum AgentError {
    #[msg("name not valid")]
    InvalidName
}