ErrorInfo constructor
ErrorInfo({
- String? message,
- IngestionErrorType? type,
Implementation
ErrorInfo({
this.message,
this.type,
});
ErrorInfo({
this.message,
this.type,
});