PCIPTokenizationError
@objc(DTPCIPTokenizationError)
public class PCIPTokenizationError : NSError
This class includes the error message of a failed tokenization.
-
The error code for technical errors.
Use this constant to compare it to a
PCIPTokenizationError
‘scode
.Declaration
Swift
@objc public static let technical: Int
-
The error code for validation errors.
Use this constant to compare it to a
PCIPTokenizationError
‘scode
.Declaration
Swift
@objc public static let validation: Int
-
The BackendError that contains the Datatrans error name
Declaration
Swift
@objc public var backendError: BackendError? { get }