error property

HighchartsCallback? error
getter/setter pair

Function to call if the offline-exporting module fails to export a chart on the client side, and fallbackToExportServer is disabled. If left undefined, an exception is thrown instead. Receives two parameters, the exporting options, and the error from the module.

API Docs: https://api.highcharts.com/highcharts/exporting.error

Implementation

HighchartsCallback? error;