FailureReason
The way a request failed.
enum FailureReason {
cancelled
forbidden
insufficientFunds
exceededAccountLimits
bankIntegrationFailure
}
Values
cancelled
Request was cancelled by user
forbidden
The user's bank prohibited execution of the request
insufficientFunds
The user does not have the necessary funds in their account to complete the request
exceededAccountLimits
This operation failed as it exceeded a limit defined on the account
bankIntegrationFailure
This operation failed due to bank downtime or an unexpected error that ocurred between the integration with the user's bank and the stitch api