
#################
CommunicatorError
#################

.. js:class:: wv.CommunicatorError

   Base error class for all Communicator errors. Extends base Error class as documented `here <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error>`__\ .
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wv.CommunicatorError.constructor`
   
   



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

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


.. js:method:: wv.CommunicatorError.constructor

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




