BTDropInErrorType
Objective-C
enum BTDropInErrorType : NSInteger {}
Swift
enum BTDropInErrorType : Int, @unchecked Sendable
Error codes associated with Braintree Drop-in.
-
Unknown error
Declaration
Objective-C
BTDropInErrorTypeUnknown = 0
Swift
case unknown = 0
-
The client token or tokenization key is invalid
Declaration
Objective-C
BTDropInErrorTypeAuthorization
Swift
case authorization = 1
-
No recent payment methods were found
Declaration
Objective-C
BTDropInErrorTypeNoRecentPaymentMethods
Swift
case noRecentPaymentMethods = 2