Skip to content

Commit

Permalink
fix(SUP-43014): [elearning] specified error message for v7 for IP res…
Browse files Browse the repository at this point in the history
…triction (#791)

Description of the Changes
Add category to IP restriction

part of - kaltura/kaltura-player-js#846, kaltura/playkit-js-ui#936

solves SUP-43014
  • Loading branch information
Tzipi-kaltura authored Sep 11, 2024
1 parent 861138d commit e75fef0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/error/category.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ const Category: CategoryType = {
GEO_LOCATION: 13,

/** Media is unavailable error. */
MEDIA_UNAVAILABLE: 14
MEDIA_UNAVAILABLE: 14,

/** IP restriction error. */
IP_RESTRICTED: 15
};

export {Category};
Expand Down

0 comments on commit e75fef0

Please sign in to comment.