BTPayPalMessagingError
public enum BTPayPalMessagingError : Int, Error, CustomNSError, LocalizedError, Equatable
Error details associated with PayPal Messaging.
Warning
This module is in beta. It’s public API may change or be removed in future releases.-
- Failed to fetch Braintree configuration
Declaration
Swift
case fetchConfigurationFailed
-
- Could not find PayPal client ID in the Braintree configuration
Declaration
Swift
case payPalClientIDNotFound
-
Declaration
Swift
public static var errorDomain: String { get }
-
Declaration
Swift
public var errorCode: Int { get }
-
Declaration
Swift
public var errorDescription: String? { get }