Skip to main content

error

since 0.9.4

Description​

This event is fired when an error within alphatab occurred. Use this event as global error handler to show errors to end-users. Due to the asynchronous nature of alphaTab, no call to the API will directly throw an error if it fails. Instead a signal to this error handlers will be sent.

errorJavaScript
Error.net

Types​

function(details)JavaScript
Action<Error>.net

Parameters​

ParametersTypeSummary
detailsAllError

The object containing the error details.