
#########################
SelectionInvalidatedError
#########################

.. js:class:: wv.SelectionInvalidatedError

   Error object that is thrown when an asynchronous selection error occurs. If this error is thrown when beginning a selection, that operation failed to start. If this error is thrown when advancing a selection, the handle is no longer valid.  In this case the operation has already completed.
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wv.SelectionInvalidatedError.constructor`
   
   



.. rst-class:: kind-group kind-constructors

.. rubric:: Constructors
   :class: kind-group-title


.. js:method:: wv.SelectionInvalidatedError.constructor

      .. rst-class:: sig-pretty-signature
      
         | SelectionInvalidatedError(): :js:class:`SelectionInvalidatedError <wv.SelectionInvalidatedError>`
      
      Creates a new SelectionInvalidatedError
      
      **Returns**\ : :js:class:`SelectionInvalidatedError <wv.SelectionInvalidatedError>`
      




