CaptureVisionError
The CaptureVisionError class represents an error object that contains error code and error string information. This class extends CoreError and provides specific error handling for capture vision router operations.
Definition
Package: com.dynamsoft.cvr
public class CaptureVisionError extends CoreError
Inheritance
CaptureVisionError -> CoreError
Inherited Members
Since CaptureVisionError extends CoreError, it inherits all the properties and methods from the parent class, including:
getErrorCode()- Returns the error code.getErrorString()- Returns the error string.