Connect Errors

Connect Errors

Overview

The error event emitted by the Connect SDK can have a number of different identifiers, this is a list of all the possible errors and their descriptions.

Generic errors

timeout_error

The network request reached the timeout limit before a load can complete.

network_error

A client or server connection was severed in the middle of an in-progress load.

server_error

The MoneyKit API encountered an unexpected condition that prevented it from fulfilling the request.

client_error

The Connect SDK encountered an unexpected condition that prevented it from fulfilling the request.

session_expired

The session time limit has been reached before the link could be completed.

internal_link_error

MoneyKit was unable to process the request, either due to an internal system issue or an unsupported response from a financial institution / provider.

institution_error

MoneyKit was unable to process the request due to an error returned from the financial institution.

provider_error

MoneyKit was unable to process the request due to an error returned from the financial provider.

invalid_credentials

The financial institution indicated that the credentials provided were invalid.

invalid_input

The financial institution indicated that the input provided were invalid.

exceeded_input_attempts

The maximum number of input attempts has been reached.

exceeded_link_limit

The maximum number of connected links has been reached.

missing_accounts

There were no associated open accounts found for this financial institution.

user_setup_required

The user must log in directly to the financial institution and take some action (agree to updated terms and conditions, change their password, etc.) before MoneyKit can access their accounts.

issue_reporter_error

There was a problem submitting the issue report.

Connect for iOS Only

invalid_institution_selection_flow_session_token

The session token contains an existing link identifier or institution identifier. Use presentLinkFlow()instead.

invalid_link_flow_session_token

The session token is missing an existing link identifier or institution identifier. UsepresentInstitutionSelectionFlow() instead.

invalid_failover_flow_session_token

The session token contains an existing link identifier or is missing an institution identifier. An institution identifier is required for the failover link flow.

See Also