# ResponseFileData

> Data class used for storing parsed response file data.

## Definition

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

```csharp
public class ResponseFileData
```

## Fields

| Value                                                                                                                | Description                                                                                 |
| -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [Defines](/engine/6000.7/script-reference/unityeditor/compilation/responsefiledata/defines.md)                       | Array of define symbols.                                                                    |
| [Errors](/engine/6000.7/script-reference/unityeditor/compilation/responsefiledata/errors.md)                         | Error messages that occurred during parsing the response file.                              |
| [FullPathReferences](/engine/6000.7/script-reference/unityeditor/compilation/responsefiledata/fullpathreferences.md) | Array of absolute path reference to assemblies that should be referenced to the assemblies. |
| [OtherArguments](/engine/6000.7/script-reference/unityeditor/compilation/responsefiledata/otherarguments.md)         | Additional compiler options written as is in the response file.                             |
| [Unsafe](/engine/6000.7/script-reference/unityeditor/compilation/responsefiledata/unsafe.md)                         | Where 'unsafe' code is allowed when compiling scripts.                                      |
