CIB pdf toolbox 2 technical documentation
2. API Documentation
2.12. CibPdf2JobGetErrorUtf8
uint32_t CibPdf2JobGetErrorUtf8(CibPdfJobHandle job, char* value, size_t* maxLength);
By this function you can retrieve a text description of the most recent error, which occurred in
a job.
Parameter:
Type |
Variable |
Meaning |
CibPdfJobHandle |
Job |
Handle of the job |
char* |
value |
Value of the error (in UTF-8) |
size_t* |
maxLength |
As Input the provided length of the value buffer. After |
The function returns 0 on success, otherwise an error code.