BadInputError

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

The selection is not valid in the current step.

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

Optional error message for this structured search error.