class Plaid::PlaidErrorType

Constants

API_ERROR
ASSET_REPORT_ERROR
BANK_TRANSFER_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

build_from_hash(value) click to toggle source

Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value

# File lib/plaid/models/plaid_error_type.rb, line 41
def self.build_from_hash(value)
  new.build_from_hash(value)
end

Public Instance Methods

build_from_hash(value) click to toggle source

Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value

# File lib/plaid/models/plaid_error_type.rb, line 48
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