UnhandledErrorListener

fun interface UnhandledErrorListener

If the player ever experiences an error that it hasn't seen before or cannot handle, it is sent to this listeners for reporting. The player internally retries failed commands, automatically reports failures to Adaptr, and tries to keep the player in a known and working state - this method is provided for clients to receive notice of these errors.

See also

addUnhandledErrorListener

Functions

onUnhandledError
Link copied to clipboard
abstract fun onUnhandledError(error: AdaptrException)