Vanilla.PDF  1.5.1
Cross-platform toolkit for creating and modifying PDF documents
List of all members
Errors Class Reference

This class contains additional informations about last error occurred. More...

error_type Errors_GetLastError (error_type *result)
 Obtain the last error code that occurred.
 
error_type Errors_GetPrintableErrorTextLength (error_type value, size_type *size)
 Get length of the name returned by Errors_GetPrintableErrorText including the trailing NULL character.
 
error_type Errors_GetPrintableErrorText (error_type value, char *data, size_type size)
 Obtain a human readable text of the error code including the trailing NULL character.
 
error_type Errors_GetLastErrorMessageLength (size_type *result)
 Obtain length of the additional error message including the trailing NULL character.
 
error_type Errors_GetLastErrorMessage (char *data, size_type size)
 Obtain the additional NULL terminated text message about the last error.
 

Detailed Description

This class contains additional informations about last error occurred.

The error code and message is stored in the thread-local storage and does not clear until another error occurrs on the same thread.


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