SearchError

sealed class SearchError : Error

Represents an error which might occur during a search activity.

Inheritors

Types

Link copied to clipboard
class Engine(cause: Error) : SearchError

An error occurring in the search engine.

Link copied to clipboard
class Reading(val cause: ReadError) : SearchError

An error occurred while accessing one of the publication's resources.

Properties

Link copied to clipboard
open override val cause: Error?

The cause error or null if there is none.

Link copied to clipboard
open override val message: String

An error message.

Functions

Link copied to clipboard

Convenience function to get the description of an error with its cause.