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 = 0Swift
case unknown = 0 -
The client token or tokenization key is invalid
Declaration
Objective-C
BTDropInErrorTypeAuthorizationSwift
case authorization = 1 -
No recent payment methods were found
Declaration
Objective-C
BTDropInErrorTypeNoRecentPaymentMethodsSwift
case noRecentPaymentMethods = 2
View on GitHub