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 |
errorAndroid |
function(details)JavaScript |
Action<Error>.net |
(details: alphaTab.core.ecmaScript.Error) -> UnitAndroid |
Parameters​
Parameters | Type | Summary |
---|
detailsAll | Error | The object containing the error details. |