ServerError class

Constructors

ServerError(bool isFatal, String message, String stackTrace)

Properties

hashCode int
The hash code for this object.
no setterinherited
isFatal bool
True if the error is a fatal error, meaning that the server will shutdown automatically after sending this notification.
final
message String
The error message indicating what kind of error was encountered.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace String
The stack trace associated with the generation of the error, used for debugging the server.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

parse(Map m) ServerError