setContentOnLoadError

abstract fun setContentOnLoadError(html: String?, retryButtonText: String?)

Sets the HTML content to be displayed in the ReaderView when a loading error occurs. A retry button will also be displayed. When clicked it will perform a ReaderView.refresh with force = true.

If html is null, a default message will be shown. If retryButtonText is null, "Retry" will be used.