ImageSourceErrorListener
The ImageSourceErrorListener interface defines a listener for receiving error notifications from an image source.
Definition
Package: com.dynamsoft.core.basic_structures
public interface ImageSourceErrorListener
Methods
| Method | Description |
|---|---|
onErrorReceived |
Called when an error is received from the image source. |
onErrorReceived
Called when an error is received from the image source.
void onErrorReceived(int errorCode, String errorMessage)
Parameters
errorCode The integer error code indicating the type of error.
errorMessage A string containing the error message providing additional information about the error.
See Also