<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSearchForMessagesIntentResponseCode/failureMessageTooManyResults",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INSearchForMessagesIntentResponseCode@INSearchForMessagesIntentResponseCodeFailureMessageTooManyResults"
  },
  "title" : "INSearchForMessagesIntentResponseCode.failureMessageTooManyResults"
}
-->

# INSearchForMessagesIntentResponseCode.failureMessageTooManyResults

Too many messages matched the specified search criteria.

```
case failureMessageTooManyResults
```

## Discussion

Use this response code when your search returns more results than might make sense to display to the user. For example, you might return this code on watchOS if there are more than 20 messages.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)