Skip to content
Mathias Rangel Wulff edited this page Mar 14, 2017 · 4 revisions

Error processing

Normally its suggested to use the promise notation and handle errors in a .catch

You can also turn on error trapping on by setting errorlog to true in [alasql.options](alasql options)

    alasql.options.errorlog = true; // Log or throw error

See also: ASSERT, API

Clone this wiki locally