Failed

data class Failed(val query: String, val error: Throwable) : PdfViewSearchStatus

The search aborted with an error; collected results are cleared.

Constructors

Link copied to clipboard
constructor(query: String, error: Throwable)

Properties

Link copied to clipboard

the failure that stopped the search.

Link copied to clipboard

the searched text.