Callback called when an error occurs using the JavaScript API.

Namespace: spotfire.webPlayer
Assembly: ~/GetJavaScriptApi.ashx?Version=5.0

Syntax

JavaScript
function(errorCode, errorDescription);

Parameters

errorCode
Type: spotfire.webPlayer.errorCodes
An errorCode to identify the type of error.
errorDescription
Type: string
A more detailed description of the error.

Remarks

Note that there are no actual functions in the JavaScript API. This function will correspond to a normal JavaScript function pointer.

Version Information

Supported in: 1.0

See Also