pub type SegmentFetchError = Box<dyn Error + Send + Sync>;
Segment fetch error.
pub struct SegmentFetchError(/* private fields */);