---
title: SecTrustResultType.otherError
framework: security
role: symbol
role_heading: Case
path: security/sectrustresulttype/othererror
---

# SecTrustResultType.otherError

A value that indicates a failure other than trust evaluation.

## Declaration

```swift
case otherError
```

## Discussion

Discussion This value indicates that evaluation failed for some other reason. This can be caused by either a revoked certificate or by OS-level errors that are unrelated to the certificates themselves. You might receive the SecTrustResultType.otherError value after an evaluation, but you can’t store the value as part of the user trust settings with a call to the SecTrustSettingsSetTrustSettings(_:_:_:) method.
