PCIPTokenizationError
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
public static let technical = 0
-
The error code for validation errors.
Use this constant to compare it to a
PCIPTokenizationError
‘scode
.Declaration
Swift
public static let validation = 1
-
The BackendError that contains the Datatrans error name
Declaration
Swift
public var backendError: BackendError?