# TotalErrors

> The total number of errors and exceptions recorded during the build process.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor.Build](/engine/6000.7/script-reference/unityeditor/build.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public int TotalErrors
```

### Remarks

This value corresponds to [\_totalErrors](/engine/6000.7/script-reference/unityeditor/build/reporting/buildsummary/totalerrors.md).
