Tableau Extensions API
    Preparing search index...

    Enumeration ErrorCodes

    All error codes used by the Extensions API.

    Index

    Enumeration Members

    APINotInitialized: "api-not-initialized"

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

    DialogAlreadyOpen: "dialog-already-open"

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

    DialogClosedByUser: "dialog-closed-by-user"

    The open dialog was closed by the user.

    InternalError: "internal-error"

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

    InvalidDomainDialog: "invalid-dialog-domain"

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

    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: "missing-filter"

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

    MissingParameter: "missing-parameter"

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

    ServerError: "server-error"

    Internal Server Error

    SettingSaveInProgress: "setting-save-in-progress"

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

    UnsupportedEventName: "unsupported-event-name"

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

    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: "visibility-error"

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