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


##################
LoadCancelledError
##################

.. js:class:: wv.LoadCancelledError

   Error object that is thrown when a model load is initiated during an invalid time such as when the model is currently being reset.
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wv.LoadCancelledError.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.LoadCancelledError.stackTraceLimit`
   * :js:data:`~wv.LoadCancelledError.prepareStackTrace`
   * :js:data:`~wv.LoadCancelledError.message`
   * :js:data:`~wv.LoadCancelledError.name`
   * :js:data:`~wv.LoadCancelledError.stack`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~static wv.LoadCancelledError.captureStackTrace`
   
   



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

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


.. js:method:: wv.LoadCancelledError.constructor

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



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

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


.. js:data:: wv.LoadCancelledError.stackTraceLimit

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



.. js:data:: wv.LoadCancelledError.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.LoadCancelledError.message

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



.. js:data:: wv.LoadCancelledError.name

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



.. js:data:: wv.LoadCancelledError.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.LoadCancelledError.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*
      




