.. role:: ts-api-decorator

.. _InfoType:

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

.. container:: ts-api-section

   Enumerates the type of message passed via an info callback



.. container:: api-index-section

   .. rubric:: Enumeration Members

   .. rst-class:: api-index-list-item api-kind-enummember api-parent-kind-enum

   * :ref:`InfoType.Error`
   * :ref:`InfoType.Info`
   * :ref:`InfoType.Warning`





------------

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

.. rst-class:: ts-api-section

.. _InfoType.Error:

Error
-----

Error message indicating a problem has occurred

.. rst-class:: ts-api-section

.. _InfoType.Info:

Info
----

Informational message which will most likely not affect execution

.. rst-class:: ts-api-section

.. _InfoType.Warning:

Warning
-------

Warning message which does not trigger an error but may affect program execution

