plaid2.model.credit_bank_income_error_type module
- class plaid2.model.credit_bank_income_error_type.CreditBankIncomeErrorType(value)[source]
Bases:
str
,Enum
An enumeration.
- access_not_granted = 'ACCESS_NOT_GRANTED'
- country_not_supported = 'COUNTRY_NOT_SUPPORTED'
- institution_down = 'INSTITUTION_DOWN'
- institution_no_longer_supported = 'INSTITUTION_NO_LONGER_SUPPORTED'
- institution_not_responding = 'INSTITUTION_NOT_RESPONDING'
- insufficient_credentials = 'INSUFFICIENT_CREDENTIALS'
- internal_server_error = 'INTERNAL_SERVER_ERROR'
- invalid_credentials = 'INVALID_CREDENTIALS'
- invalid_mfa = 'INVALID_MFA'
- invalid_send_method = 'INVALID_SEND_METHOD'
- item_locked = 'ITEM_LOCKED'
- item_login_required = 'ITEM_LOGIN_REQUIRED'
- item_not_supported = 'ITEM_NOT_SUPPORTED'
- mfa_not_supported = 'MFA_NOT_SUPPORTED'
- no_accounts = 'NO_ACCOUNTS'
- user_setup_required = 'USER_SETUP_REQUIRED'