ReportedErrorEvent constructor
ReportedErrorEvent({
- ErrorContext? context,
- String? eventTime,
- String? message,
- ServiceContext? serviceContext,
Implementation
ReportedErrorEvent({
this.context,
this.eventTime,
this.message,
this.serviceContext,
});