@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
16 lines (13 loc) • 426 B
text/typescript
/**
* 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 {}