STPCollectBankAccountError

@objc
public enum STPCollectBankAccountError : Int

Error codes generated by STPBankAccountCollector

  • Error when using APIs that require the linking the Stripe Connections SDK

    Declaration

    Swift

    @objc(STPCollectBankAccountErrorConnectionsSDKNotLinked)
    case connectionsSDKNotLinked
  • Error when a secret can not be parsed to retrieve the ID

    Declaration

    Swift

    @objc(STPCollectBankAccountErrorInvalidClientSecret)
    case invalidClientSecret
  • Unexpected behavior in calling the API

    Declaration

    Swift

    @objc(STPCollectBankAccountErrorUnexpectedError)
    case unexpectedError