Skip to content

Commit

Permalink
chore: additional vjs ad errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wseymour15 committed Feb 28, 2024
1 parent a57b07a commit 012f79b
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 012f79b

Please sign in to comment.