pub type ServerManagerError = Box<dyn Error>;
Error type for server management operations.
pub struct ServerManagerError(/* private fields */);