Copy

WasmRenderError

The WASM bridge or native renderer failed.

ON_THIS_PAGE
  1. Signature
  2. Constructor
  3. Properties

The WASM bridge or native renderer failed.

status preserves the native or bridge status code for logging and operational classification.

Signature

export declare class WasmRenderError extends Html2RealPdfError
SOURCE:51

Constructor

constructor(message: string, status: number, options?: ErrorOptions);
ParameterTypeRequiredDefaultDescription
messagestringYesNoneHuman-readable error message.
statusnumberYesNoneNative renderer status or a negative bridge status.
optionsErrorOptionsNoNoneOptional error cause.

Properties

PropertyTypeRequiredRead onlyDefaultDescription
__constructoranyYesNoNoneNot documented.
statusnumberYesYesNoneNative renderer status or a negative bridge status.
ON_THIS_PAGE
  1. Signature
  2. Constructor
  3. Properties
html2realpdf documentationCopyright © Imggion
DOCUMENTATION_TREE