# ImportLogFlags

> A value indicating the severity of an import log.

## Definition

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

```csharp
[Flags]
public enum ImportLogFlags
```

## Fields

| Value                                                                                           | Description                                                       |
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [Error](/engine/6000.6/script-reference/unityeditor/assetimporters/importlogflags/error.md)     | The imported asset encountered an issue that should be addressed. |
| [None](/engine/6000.6/script-reference/unityeditor/assetimporters/importlogflags/none.md)       | Unknown severity.                                                 |
| [Warning](/engine/6000.6/script-reference/unityeditor/assetimporters/importlogflags/warning.md) | The imported asset encountered a non-critical issue.              |
