# DialogIconType

> Specifies the icon to display in a dialog created with EditorDialog.

## Definition

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

```csharp
public enum DialogIconType
```

## Remarks

These icons help convey the purpose of the dialog message. The icons correspond to the same symbols as the console log.

## Fields

| Value                                                                            | Description                               |
| -------------------------------------------------------------------------------- | ----------------------------------------- |
| [Error](/engine/6000.7/script-reference/unityeditor/dialogicontype/error.md)     | An error icon.                            |
| [Info](/engine/6000.7/script-reference/unityeditor/dialogicontype/info.md)       | An icon representing information.         |
| [Warning](/engine/6000.7/script-reference/unityeditor/dialogicontype/warning.md) | A warning icon. This icon is the default. |
