1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

chore: additional vjs ad errors (#8623)

This commit is contained in:
Walter Seymour 2024-03-04 13:23:12 -06:00 committed by GitHub
parent 04d10ef3dd
commit 7ed47de29d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,5 +9,12 @@ export default {
SegmentAppendError: 'segment-append-error',
VttLoadError: 'vtt-load-error',
VttCueParsingError: 'vtt-cue-parsing-error',
EMEKeySessionCreationError: 'eme-key-session-creation-error'
EMEKeySessionCreationError: 'eme-key-session-creation-error',
// Errors used in contrib-ads:
AdsBeforePrerollError: 'ads-before-preroll-error',
AdsPrerollError: 'ads-preroll-error',
AdsMidrollError: 'ads-midroll-error',
AdsPostrollError: 'ads-postroll-error',
AdsMacroReplacementFailed: 'ads-marco-replacement-failed',
AdsResumeContentFailed: 'ads-resume-content-failed'
};