ScanRunErrorTrace constructor
ScanRunErrorTrace({
- String? code,
- int? mostCommonHttpErrorCode,
- ScanConfigError? scanConfigError,
Implementation
ScanRunErrorTrace({
this.code,
this.mostCommonHttpErrorCode,
this.scanConfigError,
});