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