ON_THIS_PAGE
- Signature
- Constructor
- Properties
A canvas-to-SVG adapter threw or returned an invalid result.
Signature#
export declare class CanvasToSvgError extends Html2RealPdfError
SOURCE:72↗
Constructor#
constructor(message: string, nodePath: string, options?: ErrorOptions);
| Parameter | Type | Required | Default | Description |
|---|
message | string | Yes | None | Human-readable error message. |
nodePath | string | Yes | None | Snapshot path of the canvas whose adapter failed. |
options | ErrorOptions | No | None | Optional error cause. |
Properties#
| Property | Type | Required | Read only | Default | Description |
|---|
__constructor | any | Yes | No | None | Not documented. |
nodePath | string | Yes | Yes | None | Snapshot path of the canvas whose adapter failed. |