Skip to main content

FailureReason

The way a request failed.

enum FailureReason {
cancelled
forbidden
insufficientFunds
exceededAccountLimits
bankIntegrationFailure
}

Values

FailureReason.cancelled

Request was cancelled by user

FailureReason.forbidden

The user's bank prohibited execution of the request

FailureReason.insufficientFunds

The user does not have the necessary funds in their account to complete the request

FailureReason.exceededAccountLimits

This operation failed as it exceeded a limit defined on the account

FailureReason.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