Table of Contents

Enum MessageType

Namespace
GroupeIsa.Neos.EndToEndTests.UI.Components.Layout
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll
public enum MessageType

Fields

Error = 3

Represents an error message.

Info = 0

Represents an information message.

Positive = 1

Represents a successful message.

Warning = 2

Represents a warning message.