BTShopperInsightsError
public enum BTShopperInsightsError : Int, Error, CustomNSError, LocalizedError, Equatable
-
- A nil body was returned from the payment method request and no error was returned.
Declaration
Swift
case emptyBodyReturned
-
- Invalid authorization type
Declaration
Swift
case invalidAuthorization
-
Declaration
Swift
public static var errorDomain: String { get }
-
Declaration
Swift
public var errorCode: Int { get }
-
Declaration
Swift
public var errorDescription: String? { get }