PinEnrollmentError
public enum PinEnrollmentError : RecoverableError
extension PinEnrollmentError: LocalizedError
The object that informs that an error occurred during PIN enrollment.
-
The provided PIN has failed the validation.
Declaration
Swift
case CustomValidationError(message: String, cause: Error? = nil)
Parameters
message
Additional information about the error.
cause
The underlying error that is related to the error occurred.
-
A message describing what error occurred.
Declaration
Swift
public var errorDescription: String? { get }