1#[derive(Clone, Debug)] 2pub enum SyncError { 3 ClientConfig, 4 LdapConn, 5 LdapAuth, 6 LdapSyncrepl, 7 SyncStatus, 8 SyncUpdate, 9 Preprocess, 10}