PasswordEnrollmentError

public enum PasswordEnrollmentError : RecoverableError
extension PasswordEnrollmentError: LocalizedError

The object that informs that an error occurred during password enrollment.

Localized descriptions

  • A message describing what error occurred.

    Declaration

    Swift

    public var errorDescription: String? { get }