Cancelled

class Cancelled(val message: String = "") : SearchError

The search Operation was cancelled.

Constructors

Link copied to clipboard
fun Cancelled(message: String = "")

Properties

Link copied to clipboard
val message: String