For the complete documentation index, see llms.txt. This page is also available as Markdown.

Core - Error List

  • UnknownError. Unhandled error.

  • NoError: No error has occurred. The process can continue.

  • CameraPermissionDenied: Exception that occurs when the SDK does not have permission to access the camera.

  • HardwareError: Exception that arises when there is some hardware problem with the device, usually caused because the available resources are very scarce.

  • ExtractionLicenseError: Exception that occurs when there has been a licensing problem on the server.

  • UnexpectedCaptureError: Exception that occurs during frame capture by the camera.

  • ControlNotInitializedError: The Widget configurator has not been initialized.

  • BadExtractorConfiguration: Problem that arose during Widget configuration.

  • CancelByUser: Exception that occurs when the user manually stops the extraction.

  • TimeOut:Exception that occurs when a maximum amount of time elapses without successfully completing the extraction.

  • InitProccessError: Exception that occurs when the SDK cannot process the captured images.

  • NfcError: Exception that occurs when the SDK does not have permission to access NFC.

  • NetworkConnection: Exception that occurs when there are issues with the means the device uses to connect to the network.

  • TokenError: Exception that occurs when an invalid Token is passed as a parameter.

  • InitSessionError: Exception that occurs when the session cannot be initialized. Normally this happens because it was not called at the SdkCore beginning before calling any other component.

  • ComponentControllerError: Exception that occurs when the component cannot be instantiated.

Last updated