UNPKG

bitmovin-player-react-native-analytics-conviva

Version:
15 lines 460 B
/** * 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