.. role:: clio-inherited
   :class: clio-flag clio-flag-inherited

.. role:: clio-optional
   :class: clio-flag clio-flag-optional

.. role:: clio-static
   :class: clio-flag clio-flag-static


#################
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`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.CommunicatorError.stackTraceLimit`
   * :js:data:`~wv.CommunicatorError.prepareStackTrace`
   * :js:data:`~wv.CommunicatorError.message`
   * :js:data:`~wv.CommunicatorError.name`
   * :js:data:`~wv.CommunicatorError.stack`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~static wv.CommunicatorError.captureStackTrace`
   
   



.. 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>`
      



.. rst-class:: kind-group kind-properties

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


.. js:data:: wv.CommunicatorError.stackTraceLimit

      .. rst-class:: clio-flags
      
         :clio-static:`static`
         :clio-inherited:`inherited`
      
      .. rst-class:: sig-pretty-signature
      
         | stackTraceLimit: *number*
      



.. js:data:: wv.CommunicatorError.prepareStackTrace

      .. rst-class:: clio-flags
      
         :clio-static:`static`
         :clio-optional:`optional`
         :clio-inherited:`inherited`
      
      .. rst-class:: sig-pretty-signature
      
         | prepareStackTrace: (**err**\ : *Error*\ , **stackTraces**\ : *CallSite*\ []) => *any*
      
      Optional override for formatting stack traces
      



.. js:data:: wv.CommunicatorError.message

      .. rst-class:: clio-flags
      
         :clio-inherited:`inherited`
      
      .. rst-class:: sig-pretty-signature
      
         | message: *string*
      



.. js:data:: wv.CommunicatorError.name

      .. rst-class:: clio-flags
      
         :clio-inherited:`inherited`
      
      .. rst-class:: sig-pretty-signature
      
         | name: *string*
      



.. js:data:: wv.CommunicatorError.stack

      .. rst-class:: clio-flags
      
         :clio-optional:`optional`
         :clio-inherited:`inherited`
      
      .. rst-class:: sig-pretty-signature
      
         | stack: *string*
      



.. rst-class:: kind-group kind-methods

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


.. js:method:: static wv.CommunicatorError.captureStackTrace

      .. rst-class:: clio-flags
      
         :clio-static:`static`
         :clio-inherited:`inherited`
      
      .. rst-class:: sig-pretty-signature
      
         | captureStackTrace(**targetObject**\ : *object*\ , **constructorOpt**\ : *Function*\ ): *void*
      
      Create .stack property on a target object
      
      **Parameters**
      
      
         **targetObject**\ : *object*
      
         **constructorOpt**\ : *Function*
      
      
      **Returns**\ : *void*
      




