@regulaforensics/vp-frontend-face-components 3.1.0 → 6.2.1304-nightly

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -313,22 +313,24 @@ In cases of unsuccessful work, the `data` field will contain the following field
313
313
 
314
314
  Table of event causes:
315
315
 
316
- | Reason | Description of the reason |
317
- |:----------------------------|:-------------------------------------------------------------------------------------------------------|
318
- | `WASM_ERROR` | Error in WASM. |
319
- | `UNKNOWN_ERROR` | Unknown error. |
320
- | `NOT_SUPPORTED` | The browser is not supported. |
321
- | `CAMERA_UNKNOWN_ERROR` | Unknown camera error. |
322
- | `CAMERA_PERMISSION_DENIED` | Access to the camera is prohibited. |
323
- | `NO_CAMERA` | There is no camera. |
324
- | `INCORRECT_CAMERA_ID` | There is no camera available. |
325
- | `CONNECTION_ERROR` | Connection errors. |
326
- | `LANDSCAPE_MODE_RESTRICTED` | Work in landscape orientation is prohibited. |
327
- | `TIMEOUT_ERROR` | Transaction failed due to timeout. |
316
+ | Reason | Description of the reason |
317
+ |:----------------------------|:--------------------------------------------------------------------------------------------------------|
318
+ | `WASM_ERROR` | Error in WASM. |
319
+ | `UNKNOWN_ERROR` | Unknown error. |
320
+ | `NOT_SUPPORTED` | The browser is not supported. |
321
+ | `CAMERA_UNKNOWN_ERROR` | Unknown camera error. |
322
+ | `CAMERA_PERMISSION_DENIED` | Access to the camera is prohibited. |
323
+ | `NO_CAMERA` | There is no camera. |
324
+ | `INCORRECT_CAMERA_ID` | There is no camera available. |
325
+ | `CONNECTION_ERROR` | Connection errors. |
326
+ | `LANDSCAPE_MODE_RESTRICTED` | Work in landscape orientation is prohibited. |
327
+ | `TIMEOUT_ERROR` | Transaction failed due to timeout. |
328
328
  | `CHANGE_CAMERA` | The user has changed the camera. Return to start-screen or restart service if start-screen is disabled. |
329
329
  | `DEVICE_ROTATE` | The user has rotated the device. Return to start-screen or restart service if start-screen is disabled. |
330
- | `APP_INACTIVE` | The user has closed the tab or browser during the face capture process. |
331
- | `INCORRECT_CAMERA_ID` | No camera with the specified ID found. |
330
+ | `APP_INACTIVE` | The user has closed the tab or browser during the face capture process. |
331
+ | `INCORRECT_CAMERA_ID` | No camera with the specified ID found. |
332
+ | `WEBSERVICE_NOT_COMPATIBLE` | The web service and component versions are incompatible. |
333
+ | `HTTP_NOT_SUPPORTED` | The web component does not work over the HTTP protocol, use HTTPS instead. |
332
334
 
333
335
  The table below describes the cases of event generation:
334
336