Click or drag to resize

Application.onError Method

Event raised when an error occurs in the analysis or API.

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.0
Syntax
JavaScript
function onError(callback);

Parameters

callback
Type: spotfire.webPlayer.Application.onErrorCallback
The event handler with the following signature: function(errorCode, description) {}.
Version Information


See Also