mediaErrors

open val mediaErrors: Flow<MediaError>

Communicates errors from this MediaTaskPanel to the media application (i.e., frontend).

Use this Flow to notify that this panel had a problem.

Different errors will be interpreted differently by the stock media frontend. For example, an unrecoverable error such as MediaError.ConnectionFailed could cause the panel to be closed, while a MediaError.Timeout could spark a popup message or no reaction.

See also