@theoplayer/theoads 11.10.2 → 11.11.0

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.
@@ -348,7 +348,11 @@ declare enum ErrorCode {
348
348
  /**
349
349
  * A fatal error occurred regarding THEOlive analytics.
350
350
  */
351
- THEO_LIVE_ANALYTICS_ERROR = 13003
351
+ THEO_LIVE_ANALYTICS_ERROR = 13003,
352
+ /**
353
+ * The THEOlive channel could not be played because the discovery request failed or returned an invalid response.
354
+ */
355
+ THEO_LIVE_DISCOVERY_ERROR = 13004
352
356
  }
353
357
  /**
354
358
  * The category of an error.