---
title: INTransferMoneyIntentResponseCode.failureCredentialsUnverified
framework: intents
role: symbol
role_heading: Case
path: intents/intransfermoneyintentresponsecode/failurecredentialsunverified
---

# INTransferMoneyIntentResponseCode.failureCredentialsUnverified

The transaction failed because you were unable to verify the user’s credentials.

## Declaration

```swift
case failureCredentialsUnverified
```

## Discussion

Discussion Use this response code when you’re unable to verify the user’s credentials. You might use this response code if the user is currently logged out of your app or is unknown to you.

## See Also

### Constants

- [INTransferMoneyIntentResponseCode.unspecified](intents/intransfermoneyintentresponsecode/unspecified.md)
- [INTransferMoneyIntentResponseCode.ready](intents/intransfermoneyintentresponsecode/ready.md)
- [INTransferMoneyIntentResponseCode.inProgress](intents/intransfermoneyintentresponsecode/inprogress.md)
- [INTransferMoneyIntentResponseCode.success](intents/intransfermoneyintentresponsecode/success.md)
- [INTransferMoneyIntentResponseCode.failure](intents/intransfermoneyintentresponsecode/failure.md)
- [INTransferMoneyIntentResponseCode.failureRequiringAppLaunch](intents/intransfermoneyintentresponsecode/failurerequiringapplaunch.md)
- [INTransferMoneyIntentResponseCode.failureInsufficientFunds](intents/intransfermoneyintentresponsecode/failureinsufficientfunds.md)
