ErrorType type

Defines values for ErrorType. Possible values include: 'Default', 'Warning', 'Error'

type ErrorType = "Default" | "Warning" | "Error"