StreamingError constructor

StreamingError(
  1. String error,
  2. String? requestId
)

Implementation

StreamingError(this.error, this.requestId);