<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TrustInsights",
  "identifier" : "/documentation/TrustInsights/InsightError",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Trust Insights"
    ],
    "preciseIdentifier" : "s:13TrustInsights12InsightErrorO"
  },
  "title" : "InsightError"
}
-->

# InsightError

Error values the framework returns for specific insights within the overall evaluation.

```
@nonexhaustive enum InsightError
```

## Topics

### Insight errors

[`case insightEvaluationFailed`](/documentation/TrustInsights/InsightError/insightEvaluationFailed)

An error that indicates that there was a failure in generating the insight.

[`case insightUnavailable`](/documentation/TrustInsights/InsightError/insightUnavailable)

An error that indicate the requested insight isn’t available.

[`case insightVersionIncompatible`](/documentation/TrustInsights/InsightError/insightVersionIncompatible)

An error that indicates that the version you requested isn’t available on this device and OS combination.

[`case insightVersionUnavailable`](/documentation/TrustInsights/InsightError/insightVersionUnavailable)

An error that indicates that the insight version you requested isn’t available.

[`case rateLimitError`](/documentation/TrustInsights/InsightError/rateLimitError)

An error that indicates that the app has reached the rate limit for the particular insight type.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Error`](/documentation/Swift/Error)

[`LocalizedError`](/documentation/Foundation/LocalizedError)

[`Hashable`](/documentation/Swift/Hashable)

---

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)