WebConvertError Class Documentation
classWebConvertError : runtime_errorNamespace:datalogics_interface
- Inherits from:
runtime_error
Detailed Description
Thrown by web-to-PDF conversion when the underlying plugin reports a non-cancellation failure. Carries the C-layer result code and textual detail in addition to the human-readable what() string.
Constructor & Destructor Documentation
WebConvertError
WebConvertError(Categorycategory, intplugin_result_code, const std::string &detail)Parameters
category: Categoryplugin_result_code: intdetail: const std::string &
Member Function Documentation
category
Categorycategory()Returns:
Categorydetail
const std::string &detail()Returns:
const std::string &from WebToPDFGetLastError
plugin_result_code
intplugin_result_code()Returns:
intWebToPDFResultCode value.