> ## 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.

# SuperOffice.WebApi.Data.SystemMessageType

# <a id="SuperOffice_WebApi_Data_SystemMessageType" /> Enum SystemMessageType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

System Message Type
This Enum is used by:  Message.type
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum SystemMessageType : short
```

## Fields

`Error = 3`

3: There is a problem that the system will not be able to get around.

`Info = 1`

1: There is information that the user should be made aware of.

`UndefinedValue4 = 4`

4: Undefined and generated value 4

`Unspecified = 0`

0: System message type is unspecified.

`Warning = 2`

2: There is a problem that the user must be made aware of.


## Related topics

- [SuperOffice.WebApi.Data.SystemMessage](/en/api/reference/webapi/SuperOffice.WebApi.Data.SystemMessage.md)
- [SuperOffice.WebApi.Data.Diagnostics SendSystemMessageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Diagnostics_SendSystemMessageRequest.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)
- [SuperOffice.WebApi.Data.Diagnostics GetSystemMessagesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Diagnostics_GetSystemMessagesRequest.md)
- [SuperOffice.WebApi.Data.Diagnostics RemoveSystemMessageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Diagnostics_RemoveSystemMessageRequest.md)
