/** * Copyright © 2024 Nevis Security AG. All rights reserved. */ import { RecoverableError } from '../../RecoverableError'; /** * The object that informs that an error occurred during password enrollment. * * Currently, this is always a {@link PasswordEnrollmentCustomValidationError}. * * @group Errors * @category Password Enrollment */ export abstract class PasswordEnrollmentError extends RecoverableError {}