@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
14 lines (11 loc) • 421 B
text/typescript
/**
* Copyright © 2024 Nevis Security AG. All rights reserved.
*/
import { MobileAuthenticationClientError } from '../../../error/MobileAuthenticationClientError';
/**
* The error that can occur with the {@link PendingOutOfBandOperations} operation.
*
* @group Errors
* @category Pending Out-of-Band Operations
*/
export abstract class PendingOutOfBandOperationsError extends MobileAuthenticationClientError {}