ReportedErrorEvent class
An error event which is reported to the Error Reporting system.
Constructors
- ReportedErrorEvent({ErrorContext? context, String? eventTime, String? message, ServiceContext? serviceContext})
- ReportedErrorEvent.fromJson(Map _json)
Properties
- context ↔ ErrorContext?
-
A description of the context in which the error occurred.
getter/setter pair
- eventTime ↔ String?
-
Time when the event occurred.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
The error message.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceContext ↔ ServiceContext?
-
The service context in which this error has occurred.
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