StructuredSearchFailure

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class StructuredSearchFailure

Failure from StructuredSearchSession.

Inheritors

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class BadInputFailure(val message: String) : StructuredSearchFailure

The selection is not valid in the current step.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class MapDataFailure(val message: String) : StructuredSearchFailure

The map data is not complete and structured search can not perform correctly.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class NoDataFailure(val message: String) : StructuredSearchFailure

The map data to perform structured search i.e sqlite location input (SLI) building block doesn't exist.

Properties

Link copied to clipboard

Optional error message for this structured search error.