Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
org.dartlang.analysis.server.protocol.MessageType Class Reference

Static Public Attributes

static final String ERROR = "ERROR"
 
static final String WARNING = "WARNING"
 
static final String INFO = "INFO"
 
static final String LOG = "LOG"
 

Detailed Description

The type of a message that the server is requesting the client to display to the user. The type can be used by the client to control the way in which the message is displayed.

@coverage dart.server.generated.types

Definition at line 17 of file MessageType.java.

Member Data Documentation

◆ ERROR

final String org.dartlang.analysis.server.protocol.MessageType.ERROR = "ERROR"
static

The message is an error message.

Definition at line 22 of file MessageType.java.

◆ INFO

final String org.dartlang.analysis.server.protocol.MessageType.INFO = "INFO"
static

The message is an informational message.

Definition at line 32 of file MessageType.java.

◆ LOG

final String org.dartlang.analysis.server.protocol.MessageType.LOG = "LOG"
static

The message is a log message.

Definition at line 37 of file MessageType.java.

◆ WARNING

final String org.dartlang.analysis.server.protocol.MessageType.WARNING = "WARNING"
static

The message is a warning message.

Definition at line 27 of file MessageType.java.


The documentation for this class was generated from the following file: