ErrorFrame constructor

ErrorFrame({
  1. String? ingestionTime,
  2. String? name,
  3. AssetFrame? originalFrame,
  4. List<FrameViolationEntry>? violations,
})

Implementation

ErrorFrame({
  this.ingestionTime,
  this.name,
  this.originalFrame,
  this.violations,
});