BadInputError

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

Some input parameter combination was not valid.

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

Constructors

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

Properties

Link copied to clipboard