pub type RealmFactoryCreateRealmResult = Result<String, OperationError>;
pub enum RealmFactoryCreateRealmResult { Ok(String), Err(OperationError), }
Contains the success value
Contains the error value