Scanbot SDK
Loading...
Searching...
No Matches
ScanbotSDKErrorCode.h
Go to the documentation of this file.
1
5
6#pragma once
7#ifndef SCANBOTSDK_ERROR_CODE_H
8#define SCANBOTSDK_ERROR_CODE_H
9
10#include <stdbool.h>
11#include <stddef.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
21
69
70#ifdef __cplusplus
71}
72#endif
73#endif
const char * scanbotsdk_error_message()
Error message for the last error code returned by the Scanbot SDK functions.
scanbotsdk_error_code_t
The error codes returned by most of the Scanbot SDK functions.
Definition ScanbotSDKErrorCode.h:25
@ SCANBOTSDK_ERROR_INVALID_IMAGE_REF
Definition ScanbotSDKErrorCode.h:46
@ SCANBOTSDK_ERROR_NULL_POINTER
Definition ScanbotSDKErrorCode.h:40
@ SCANBOTSDK_ERROR_OUT_OF_MEMORY
Definition ScanbotSDKErrorCode.h:64
@ SCANBOTSDK_OK
Definition ScanbotSDKErrorCode.h:27
@ SCANBOTSDK_ERROR_INVALID_DATA
Definition ScanbotSDKErrorCode.h:58
@ SCANBOTSDK_ERROR_INVALID_ARGUMENT
Definition ScanbotSDKErrorCode.h:43
@ SCANBOTSDK_ERROR_OPERATION_CANCELED
Definition ScanbotSDKErrorCode.h:61
@ SCANBOTSDK_ERROR_INVALID_LICENSE_STATUS
Definition ScanbotSDKErrorCode.h:37
@ SCANBOTSDK_ERROR_ILLEGAL_STATE
Definition ScanbotSDKErrorCode.h:52
@ SCANBOTSDK_ERROR_IO_ERROR
Definition ScanbotSDKErrorCode.h:55
@ SCANBOTSDK_ERROR_TIMEOUT
Definition ScanbotSDKErrorCode.h:67
@ SCANBOTSDK_ERROR_UNKNOWN_ERROR
Definition ScanbotSDKErrorCode.h:30
@ SCANBOTSDK_ERROR_COMPONENT_UNAVAILABLE
Definition ScanbotSDKErrorCode.h:49