> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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


## Related topics

- [SuperOffice.WebApi.Data.SystemMessageType](/en/api/reference/webapi/SuperOffice.WebApi.Data.SystemMessageType.md)
- [System Messages](/en/developer-portal/best-practices/system-messages.md)
- [SuperOffice.WebApi.Agents.DiagnosticsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DiagnosticsAgent.md)
- [SuperOffice.WebApi.Agents.IDiagnosticsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDiagnosticsAgent.md)
- [Enum values for TicketMessageType](/en/database/tables/enums/ticketmessagetype.md)
- [Enum values for ShipmentMessageType](/en/database/tables/enums/shipmentmessagetype.md)
