@digitalpersona/devices
Version:
DigitalPersona Security Devices support library
27 lines (16 loc) • 779 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/devices](./devices.md) > [ErrorOccurred](./devices.erroroccurred.md)
## ErrorOccurred class
An event reporting a fingerprint reader error.
<b>Signature:</b>
```typescript
export declare class ErrorOccurred extends DeviceEvent
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(deviceUid, error)](./devices.erroroccurred.(constructor).md) | | Constructs a new event object. |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [error](./devices.erroroccurred.error.md) | | <code>number</code> | A fingerprint reader error. |