
#########
LoadError
#########

.. js:class:: wv.LoadError

   Error object that is thrown when a model could not be loaded. This can be triggered when trying to load a streaming model into an SCS session or vise versa. This error object will also be thrown if an invalid URL is supplied when trying to load a SCS file.
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wv.LoadError.constructor`
   
   



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

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


.. js:method:: wv.LoadError.constructor

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




