---
title: INTransferMoneyIntentResponseCode.failureInsufficientFunds
framework: intents
role: symbol
role_heading: Case
path: intents/intransfermoneyintentresponsecode/failureinsufficientfunds
---

# INTransferMoneyIntentResponseCode.failureInsufficientFunds

The transaction failed because the user’s account didn’t contain sufficient funds.

## Declaration

```swift
case failureInsufficientFunds
```

## Discussion

Discussion Use this response code when the user’s source account doesn’t contain the necessary funds for the transfer.

## 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.failureCredentialsUnverified](intents/intransfermoneyintentresponsecode/failurecredentialsunverified.md)
