|
Scanbot SDK
|
Exception class for SDK errors. More...
Public Member Functions | |
| __init__ (self, message, error_code) | |
| Constructor. | |
Public Attributes | |
| error_code | |
Exception class for SDK errors.
Raised by the wrapper if any function returns a non-zero error code.
| __init__ | ( | self, | |
| message, | |||
| error_code | |||
| ) |
Constructor.
| error_code | Error code. |