ErrorEvent class

An error event which is returned by the Error Reporting system.

Constructors

ErrorEvent({ErrorContext? context, String? eventTime, String? message, ServiceContext? serviceContext})
ErrorEvent.fromJson(Map _json)

Properties

context ErrorContext?
Data about the context in which the error occurred.
getter/setter pair
eventTime String?
Time when the event occurred as provided in the error report.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
The stack trace that was reported or logged by the service.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceContext ServiceContext?
The ServiceContext for which this error was reported.
getter/setter pair

Methods

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

Operators

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