# CompilerMessageType

> Compiler message type.

## Definition

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

```csharp
public enum CompilerMessageType
```

## Remarks

Additional Resources: [CompilerMessage.type](/engine/6000.6/script-reference/unityeditor/compilation/compilermessage/type.md).

## Fields

| Value                                                                                             | Description      |
| ------------------------------------------------------------------------------------------------- | ---------------- |
| [Error](/engine/6000.6/script-reference/unityeditor/compilation/compilermessagetype/error.md)     | Error message.   |
| [Info](/engine/6000.6/script-reference/unityeditor/compilation/compilermessagetype/info.md)       | Info message.    |
| [Warning](/engine/6000.6/script-reference/unityeditor/compilation/compilermessagetype/warning.md) | Warning message. |
