Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ErrorCodes

All error codes used by the Extensions API.

Index

Enumeration members

APINotInitialized

APINotInitialized: = "api-not-initialized"

Thrown when caller attempts to execute command before initialization has completed.

DialogAlreadyOpen

DialogAlreadyOpen: = "dialog-already-open"

Only one dialog can be opened at time with the UI namespace functionality.

DialogClosedByUser

DialogClosedByUser: = "dialog-closed-by-user"

The open dialog was closed by the user.

InternalError

InternalError: = "internal-error"

An error occurred within the Tableau Extensions API. Contact Tableau Support.

InvalidDomainDialog

InvalidDomainDialog: = "invalid-dialog-domain"

A dialog must start on the same domain as the parent extenion.

InvalidParameter

InvalidParameter: = "invalid-parameter"

A parameter is not the correct data type or format. The name of the parameter is specified in the Error.message field.

MissingFilter

MissingFilter: = "missing-filter"

Can occur if the extension interacts with a filter that has been removed from the worksheet.

MissingParameter

MissingParameter: = "missing-parameter"

Can occur if the extension interacts with a parameter that has been removed from the worksheet.

ServerError

ServerError: = "server-error"

Internal Server Error

SettingSaveInProgress

SettingSaveInProgress: = "setting-save-in-progress"

Developer cannot save settings while another save is still in progress.

UnsupportedEventName

UnsupportedEventName: = "unsupported-event-name"

An unknown event name was specified in the call to addEventListener or removeEventListener.

UnsupportedMethodForDataSourceType

UnsupportedMethodForDataSourceType: = "unsupported-method-for-data-source-type"

A method was used for a type of data source that doesn't support that method (see getActiveTablesAsync for an example)

VisibilityError

VisibilityError: = "visibility-error"

Thrown when caller attempts to execute command while extension is not visible.