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