# MessageType

> User message types.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public enum MessageType
```

## Remarks

Additional Resources: [EditorGUI.HelpBox](/engine/6000.6/script-reference/unityeditor/editorgui/helpbox.md), [EditorGUILayout.HelpBox](/engine/6000.6/script-reference/unityeditor/editorguilayout/helpbox.md).

## Fields

| Value                                                                         | Description      |
| ----------------------------------------------------------------------------- | ---------------- |
| [Error](/engine/6000.6/script-reference/unityeditor/messagetype/error.md)     | Error message.   |
| [Info](/engine/6000.6/script-reference/unityeditor/messagetype/info.md)       | Info message.    |
| [None](/engine/6000.6/script-reference/unityeditor/messagetype/none.md)       | Neutral message. |
| [Warning](/engine/6000.6/script-reference/unityeditor/messagetype/warning.md) | Warning message. |
