---
title: "VerificationResult.unverified(_:_:)"
framework: storekit
role: symbol
role_heading: Case
path: "storekit/verificationresult/unverified(_:_:)"
---

# VerificationResult.unverified(_:_:)

The associated value failed StoreKit automatic verification checks.

## Declaration

```swift
case unverified(SignedType, VerificationResult<SignedType>.VerificationError)
```

## Discussion

Discussion The first associated value in this case is the App Store-signed value. The second associated value provides the reason why the verification failed.

## See Also

### Getting the verification results

- [VerificationResult.verified(_:)](storekit/verificationresult/verified(_:).md)
- [payloadValue](storekit/verificationresult/payloadvalue.md)
- [unsafePayloadValue](storekit/verificationresult/unsafepayloadvalue.md)
- [VerificationResult.VerificationError](storekit/verificationresult/verificationerror.md)
