enum InvalidQueryReasonTypeextension InvalidQueryReasonType : Equatable, Hashable, SendableUndocumented
-
The query is empty or malformed.
Declaration
Swift
case malformed -
The query has abuse or safety violations.
Declaration
Swift
case hasViolations -
The query is not supported because it is irrelevant or too broad.
Declaration
Swift
case unsupported -
The query has a correction suggestion.
Declaration
Swift
case hasCorrectionSuggestion -
Unspecified.
Declaration
Swift
case unspecified