Scanbot SDK
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
ErrorCode

Error codes of the internal SDK functions. More...

Inheritance diagram for ErrorCode:

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.
 

Detailed Description

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.

Member Data Documentation

◆ ERROR_INVALID_LICENSE

int ERROR_INVALID_LICENSE = 2
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


The documentation for this class was generated from the following file: