onError

fun Media.onError(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.() -> Unit)

See also

Media.setOnError

fun MediaPlayer.onError(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.() -> Unit)

See also

MediaPlayer.setOnError

fun MediaView.onError(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(MediaErrorEvent) -> Unit)

See also

MediaView.setOnError

fun WebEngine.onError(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(WebErrorEvent) -> Unit)

See also

WebEngine.setOnError