# CompilerMessage

> Compiler Message.

## Definition

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

```csharp
public struct CompilerMessage
```

## Remarks

Additional Resources: [AssemblyBuilder](/engine/6000.6/script-reference/unityeditor/compilation/assemblybuilder.md).

## Fields

| Value                                                                                         | Description                  |
| --------------------------------------------------------------------------------------------- | ---------------------------- |
| [column](/engine/6000.6/script-reference/unityeditor/compilation/compilermessage/column.md)   | Line column for the message. |
| [file](/engine/6000.6/script-reference/unityeditor/compilation/compilermessage/file.md)       | File for the message.        |
| [line](/engine/6000.6/script-reference/unityeditor/compilation/compilermessage/line.md)       | File line for the message.   |
| [message](/engine/6000.6/script-reference/unityeditor/compilation/compilermessage/message.md) | Compiler message.            |
| [type](/engine/6000.6/script-reference/unityeditor/compilation/compilermessage/type.md)       | Message type.                |
