> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for SystemMessageType

> Lists the enum values for SystemMessageType.

## SystemMessageType Enum

Type of message, example: info, warning, error

| Name        | Value | Description                                                        |
| ----------- | ----- | ------------------------------------------------------------------ |
| Unspecified | 0     | System message type is unspecified.                                |
| Info        | 1     | There is information that the user should be made aware of.        |
| Warning     | 2     | There is a problem that the user must be made aware of.            |
| Error       | 3     | There is a problem that the system will not be able to get around. |

## Usage

* [Message](../message).type - Definition of a message, corresponding to the header of a protocol
