DecodeException Fields |
The DecodeException type exposes the following members.
| Name | Description | |
|---|---|---|
| BarcodeServiceError | It is a Barcode Service error. | |
| DecoderBusyError | The scan engine is busy, cannot accept commands. | |
| DecoderCannotStart | A scan session cannot be started because a condition is not met. | |
| DecoderNotAvailableError | The scan engine is not initialized or not connected. | |
| GenericError | Generic error, mostly due to a wrong parameter passed to a SDK method. | |
| ListenerError | The Scanner Service cannot register or unregister the required listener. | |
| NullPointerError | It is a null pointer error. | |
| RemoteCallError | When it's not possible to call Datalogic service. | |
| Success | Success constant. |