YouTube.js
Guide
Discord
❤️ Sponsor
GitHub
Guide
Discord
❤️ Sponsor
GitHub

youtubei.js / Parser / ParserError

Type Alias: ParserError

ParserError = object & { classdata: RawNode; error_type: "typecheck"; expected: string | string[]; } | { classdata: RawNode; error: unknown; error_type: "parse"; } | { classname: string; error_type: "mutation_data_missing"; } | { error_type: "mutation_data_invalid"; failed: number; titles: string[]; total: number; } | { error_type: "class_not_found"; key_info: KeyInfo; } | { changed_keys: KeyInfo; error_type: "class_changed"; key_info: KeyInfo; }

Defined in: src/parser/parser.ts:48

Type Declaration

classname

classname: string

Edit this page
Last Updated: 10/12/25, 3:23 PM