UNPKG

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

Version:

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

17 lines (15 loc) 517 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OperationError = void 0; var _MobileAuthenticationClientError = require("../MobileAuthenticationClientError"); /** * Copyright © 2023 Nevis Security AG. All rights reserved. */ /** * An error occurred during registration or deregistration. */ class OperationError extends _MobileAuthenticationClientError.MobileAuthenticationClientError {} exports.OperationError = OperationError; //# sourceMappingURL=OperationError.js.map