BTVenmoAppSwitchError
public enum BTVenmoAppSwitchError : Error, CustomNSError, LocalizedError, Equatable
Error codes associated with Venmo App Switch
-
- The error returned from the Venmo return URL
Declaration
Swift
case returnURLError(Int, String?)
-
Declaration
Swift
public static var errorDomain: String { get }
-
Declaration
Swift
public var errorCode: Int { get }
-
Declaration
Swift
public var errorDescription: String? { get }