$PlaidErrorTypeMap top-level constant

Map<PlaidErrorType, String> const $PlaidErrorTypeMap

Implementation

const $PlaidErrorTypeMap = {
  PlaidErrorType.invalidRequest: 'INVALID_REQUEST',
  PlaidErrorType.invalidResult: 'INVALID_RESULT',
  PlaidErrorType.invalidInput: 'INVALID_INPUT',
  PlaidErrorType.institutionError: 'INSTITUTION_ERROR',
  PlaidErrorType.rateLimitExceeded: 'RATE_LIMIT_EXCEEDED',
  PlaidErrorType.apiError: 'API_ERROR',
  PlaidErrorType.itemError: 'ITEM_ERROR',
  PlaidErrorType.assetReportError: 'ASSET_REPORT_ERROR',
  PlaidErrorType.recaptchaError: 'RECAPTCHA_ERROR',
  PlaidErrorType.oauthError: 'OAUTH_ERROR',
  PlaidErrorType.paymentError: 'PAYMENT_ERROR',
  PlaidErrorType.bankTransferError: 'BANK_TRANSFER_ERROR',
  PlaidErrorType.incomeVerificationError: 'INCOME_VERIFICATION_ERROR',
  PlaidErrorType.microdepositsError: 'MICRODEPOSITS_ERROR'
};