SubscriptionErrorMessage constructor
SubscriptionErrorMessage({})
Implementation
SubscriptionErrorMessage({
required this.totalHostExecutionDurationMicros,
required this.requestId,
required this.queryId,
required this.tableId,
required this.error,
});