UNPKG

@nevis-security/nevis-mobile-authentication-sdk-react

Version:

React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.

18 lines (15 loc) 486 B
"use strict"; /** * Copyright © 2024 Nevis Security AG. All rights reserved. */ import { RecoverableError } from "../../RecoverableError.js"; /** * The object that informs that an error occurred during password enrollment. * * Currently, this is always a {@link PasswordEnrollmentCustomValidationError}. * * @group Errors * @category Password Enrollment */ export class PasswordEnrollmentError extends RecoverableError {} //# sourceMappingURL=PasswordEnrollmentError.js.map