lib / tv.smartclip.smartclientandroid.lib.smartcorefacade / ErrorManager / newError

newError

fun newError(error: SxMediaError): Unit

Propagates a new SxMediaError to the core and any registered EventProvider listener.

fun newError(throwable: Throwable): Unit

Builds a new SxMediaError out of the provided throwable thrown by the ExoPlayer and propagates it to the core and any registered EventProvider listener.