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

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