.. role:: ts-api-decorator

###################
AssertFailedHandler
###################

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   .. js:class:: AssertFailedHandler

      Interface for callback that is called when a code assert fails in the internal HOOPS Envision Web code

      error will contain the error assert message and the call stack. 

      You can register to receive a callback with the ``setAssertFailedHandler`` function.



