
########
InfoType
########

.. js:data:: InfoType

   Enumerates the type of message passed via an info callback
   
   
   Index
   =====
   
   .. rubric:: Enumeration Members
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~InfoType.Error`
   * :js:data:`~InfoType.Info`
   * :js:data:`~InfoType.Warning`
   
   




Enumeration Members
===================

.. js:data:: InfoType.Error

   .. rst-class:: sig-pretty-signature
   
      | Error: *2*
   
   Error message indicating a problem has occurred
   



.. js:data:: InfoType.Info

   .. rst-class:: sig-pretty-signature
   
      | Info: *0*
   
   Informational message which will most likely not affect execution
   



.. js:data:: InfoType.Warning

   .. rst-class:: sig-pretty-signature
   
      | Warning: *1*
   
   Warning message which does not trigger an error but may affect program execution
   





