WebConvertError Class Documentation

classWebConvertError : runtime_error

Namespace: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: Category
plugin_result_code: int
detail: const std::string &

Member Function Documentation

category

Categorycategory()

Returns:

Category

detail

const std::string &detail()

Returns:

const std::string &

from WebToPDFGetLastError

plugin_result_code

intplugin_result_code()

Returns:

int

WebToPDFResultCode value.