CoreError
The CoreError class represents an error object that contains error code and error string information. This class is used to provide detailed error information within the Dynamsoft SDK.
Definition
Package: com.dynamsoft.core
public class CoreError
Methods
| Method | Description |
|---|---|
getErrorCode() |
Returns the error code. |
getErrorString() |
Returns the error string. |
getErrorCode()
Returns the error code.
public int getErrorCode()
Return Value
The error code as an integer value.
See Also
getErrorString()
Returns the error string associated with the error code.
public String getErrorString()
Return Value
The error string that provides additional details about the error.