Skip to content

Commit

Permalink
chore: additional vjs ad errors (#8623)
Browse files Browse the repository at this point in the history
  • Loading branch information
wseymour15 authored Mar 4, 2024
1 parent 04d10ef commit 7ed47de
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/js/consts/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};

0 comments on commit 7ed47de

Please sign in to comment.