pub type CompactionEventItem = Result<SubscribeCompactionEventResponse, Status>;
enum CompactionEventItem { Ok(SubscribeCompactionEventResponse), Err(Status), }
Contains the success value
Contains the error value