
#################
MissingModelError
#################

.. js:class:: MissingModelError

   Error object that is thrown when an invalid model path is specified when trying to load a model in a network session.
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~MissingModelError.constructor`
   
   




Constructors
============

.. js:method:: MissingModelError.constructor

   .. rst-class:: sig-pretty-signature
   
      | MissingModelError(**modelPath**\ : *string*\ ): :js:class:`~MissingModelError`
   
   Creates a new MissingModelError
   
   **Parameters**
   
      **modelPath**\ : *string*
   
   
   **Returns**\ : :js:class:`~MissingModelError`
   





