@theoplayer/theoads 11.8.0 → 11.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -214,6 +214,10 @@ declare enum ErrorCode {
214
214
  * The fetching process for the media resource was aborted by the user agent at the user's request.
215
215
  */
216
216
  MEDIA_ABORTED = 5004,
217
+ /**
218
+ * Something went wrong in the internal logic of the media pipeline.
219
+ */
220
+ MEDIA_INTERNAL_ERROR = 5005,
217
221
  /**
218
222
  * An error related to network has been detected.
219
223
  */
@@ -274,6 +278,14 @@ declare enum ErrorCode {
274
278
  * Something went wrong in the internal logic of the content protection system.
275
279
  */
276
280
  CONTENT_PROTECTION_INTERNAL_ERROR = 7012,
281
+ /**
282
+ * The content protection system has revoked this device, so it can no longer play protected content.
283
+ */
284
+ CONTENT_PROTECTION_DEVICE_REVOKED = 7013,
285
+ /**
286
+ * The device could not be provisioned with the credentials it needs to play protected content.
287
+ */
288
+ CONTENT_PROTECTION_PROVISIONING_ERROR = 7014,
277
289
  /**
278
290
  * Loading subtitles has failed.
279
291
  */