CancelError

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

Search request was cancelled.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

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

Properties

Link copied to clipboard