InvalidVideoId

Type Alias InvalidVideoId 

Source
pub type InvalidVideoId = CouldNotRetrieveTranscript;
Expand description

Type alias for when an invalid video ID is provided

Aliased Type§

pub struct InvalidVideoId {
    pub video_id: String,
    pub reason: Option<CouldNotRetrieveTranscriptReason>,
}

Fields§

§video_id: String

The YouTube video ID that was being accessed

§reason: Option<CouldNotRetrieveTranscriptReason>

The specific reason why the transcript couldn’t be retrieved