InvalidQueryReasonType

enum InvalidQueryReasonType
extension InvalidQueryReasonType : Equatable, Hashable, Sendable

Undocumented

  • 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