Skip to content

Commit

Permalink
fix(SUP-45003): [IKEA Ingka] - past scheduled embedded entries will s…
Browse files Browse the repository at this point in the history
…how a wrong error message for V7 player (#805)

Adding error category to site restriction and scheduled restriction

Part of - kaltura/playkit-js-ui#970, kaltura/kaltura-player-js#897, kaltura/playkit-js-providers#245

Resolves SUP-45003
  • Loading branch information
Tzipi-kaltura authored Dec 25, 2024
1 parent 99c0ff6 commit a46307e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/error/category.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ const Category: CategoryType = {
MEDIA_UNAVAILABLE: 14,

/** IP restriction error. */
IP_RESTRICTED: 15
IP_RESTRICTED: 15,

/** Scheduled restriction error. */
SITE_RESTRICTED: 16,

/** Scheduled restriction error. */
SCHEDULED_RESTRICTED: 17
};

export {Category};
Expand Down

0 comments on commit a46307e

Please sign in to comment.