bitmovin-player-react-native-analytics-conviva
Version:
Conviva Analytics Integration for the Bitmovin Player React Native SDK
15 lines • 460 B
JavaScript
/**
* All possible severity of errors reported to Conviva.
*/
export var ConvivaErrorSeverity;
(function (ConvivaErrorSeverity) {
/**
* The error could prevent playback altogether.
*/
ConvivaErrorSeverity["FATAL"] = "FATAL";
/**
* The error should not affect playback.
*/
ConvivaErrorSeverity["WARNING"] = "WARNING";
})(ConvivaErrorSeverity || (ConvivaErrorSeverity = {}));
//# sourceMappingURL=convivaErrorSeverity.js.map