RUM Classic JavaScript API
    Preparing search index...

    Enumeration ActionNameResultConst

    Provides information about call results to dtrum.actionName.

    Index

    Enumeration Members

    ACTION_NOT_FOUND: 1

    The action with the provided ID was not found, or there was no currently active action.

    INVALID_ACTION_ID: 3

    The provided action ID was provided, not of type number.

    INVALID_ACTION_NAME: 2

    The provided action name was not of type string.

    SUCCESS: 0

    Action naming was successful with the provided name.