SubscriptionErrorMessage constructor

SubscriptionErrorMessage({
  1. required Int64 totalHostExecutionDurationMicros,
  2. required int requestId,
  3. required int queryId,
  4. required int tableId,
  5. required String error,
})

Implementation

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