ObservableEvent enum ObservableEvent<T> next(_:) Declaration Swift case next(T) error(_:) Declaration Swift case error(Error) completed Declaration Swift case completed