|
Scanbot SDK
|
ScanbotSDK Error Code C API. More...
Go to the source code of this file.
Typedefs | |
| typedef enum scanbotsdk_error_code_t | scanbotsdk_error_code_t |
| The error codes returned by most of the Scanbot SDK functions. | |
Enumerations | |
| enum | scanbotsdk_error_code_t { SCANBOTSDK_OK = 0 , SCANBOTSDK_ERROR_UNKNOWN_ERROR , SCANBOTSDK_ERROR_INVALID_LICENSE_STATUS , SCANBOTSDK_ERROR_NULL_POINTER , SCANBOTSDK_ERROR_INVALID_ARGUMENT , SCANBOTSDK_ERROR_INVALID_IMAGE_REF , SCANBOTSDK_ERROR_COMPONENT_UNAVAILABLE , SCANBOTSDK_ERROR_ILLEGAL_STATE , SCANBOTSDK_ERROR_IO_ERROR , SCANBOTSDK_ERROR_INVALID_DATA , SCANBOTSDK_ERROR_OPERATION_CANCELED , SCANBOTSDK_ERROR_OUT_OF_MEMORY , SCANBOTSDK_ERROR_TIMEOUT } |
| The error codes returned by most of the Scanbot SDK functions. More... | |
Functions | |
| const char * | scanbotsdk_error_message () |
| Error message for the last error code returned by the Scanbot SDK functions. | |
ScanbotSDK Error Code C API.
The error codes returned by most of the Scanbot SDK functions.