Scanbot SDK
|
Error codes of the internal SDK functions. More...
Static Public Attributes | |
int | OK = 0 |
No error. | |
int | ERROR = 1 |
An error has occurred. | |
int | ERROR_INVALID_LICENSE = 2 |
There is no installed license, the license is invalid, no longer valid or does not cover the current OS or operation. | |
int | ERROR_NULL_POINTER = 3 |
A null pointer was passed to a function. | |
int | ERROR_INVALID_ARGUMENT = 4 |
An invalid argument was passed to a function. | |
int | ERROR_INVALID_IMAGE = 5 |
An invalid image was passed to a function. | |
Error codes of the internal SDK functions.
If any function returns a non-zero error code, the wrapper raises an exception containing the error code.
|
static |
There is no installed license, the license is invalid, no longer valid or does not cover the current OS or operation.
Check the license status for more details by calling scanbotsdk.get_license_status