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