class Plaid::PlaidErrorType
Constants
- API_ERROR
- ASSET_REPORT_ERROR
- BANK_TRANSFER_ERROR
- CHECK_REPORT_ERROR
- CONSUMER_REPORT_ERROR
- INCOME_VERIFICATION_ERROR
- INSTITUTION_ERROR
- INVALID_INPUT
- INVALID_REQUEST
- INVALID_RESULT
- ITEM_ERROR
- MICRODEPOSITS_ERROR
- OAUTH_ERROR
- PARTNER_ERROR
- PAYMENT_ERROR
- RATE_LIMIT_EXCEEDED
- RECAPTCHA_ERROR
- SANDBOX_ERROR
- TRANSACTIONS_ERROR
- TRANSACTION_ERROR
- TRANSFER_ERROR
Public Class Methods
Source
# File lib/plaid/models/plaid_error_type.rb, line 43 def self.build_from_hash(value) new.build_from_hash(value) end
Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value
Public Instance Methods
Source
# File lib/plaid/models/plaid_error_type.rb, line 50 def build_from_hash(value) # We do not validate that the value is one of the enums set in the OpenAPI # file because we want to be able to add to our list of enums without # breaking this client library. value end
Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value