1#[derive(Debug)] 2pub enum HotDeployError { 3 NoDynamicLinkLibrary, 4 InvalidInstallPath, 5 MoveError, 6}