ScanRunErrorTrace constructor

ScanRunErrorTrace({
  1. String? code,
  2. int? mostCommonHttpErrorCode,
  3. ScanConfigError? scanConfigError,
})

Implementation

ScanRunErrorTrace({
  this.code,
  this.mostCommonHttpErrorCode,
  this.scanConfigError,
});