Click or drag to resize

errorCodes Enumeration

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

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also