ErrorInfo constructor

ErrorInfo({
  1. String? message,
  2. IngestionErrorType? type,
})

Implementation

ErrorInfo({
  this.message,
  this.type,
});