Error code definitions. Used as argument to the Application.onError event.

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

Syntax

JavaScript
spotfire.webPlayer.errorCodes = function();
spotfire.webPlayer.errorCodes.createEnum('spotfire.webPlayer.errorCodes', false);

Members

Member nameValueDescription
ERROROPEN0Error code for opening related errors.
ERRORCLOSE1Error code for closing of analysis related errors.
ERRORBOOKMARK2Error code for bookmark related errors.
ERRORFILTERING3Error code for filtering related errors.
ERRORMARKING4Error code for marking related errors.
ERRORPAGES5Error code for page functions related errors.
ERRORINTERNAL6Error code for internal errors.
ERRORDOCUMENT7Error code for document related errors.

Version Information

Supported in: 6.0, 5.5, 5.0, 4.0, 3.2, 1.0

See Also