ErrorFrame constructor
ErrorFrame({
- String? ingestionTime,
- String? name,
- AssetFrame? originalFrame,
- List<
FrameViolationEntry> ? violations,
Implementation
ErrorFrame({
this.ingestionTime,
this.name,
this.originalFrame,
this.violations,
});