ScanRunErrorTrace class

Defines an error trace message for a ScanRun.

Output only.

Constructors

ScanRunErrorTrace({String? code, int? mostCommonHttpErrorCode, ScanConfigError? scanConfigError})
ScanRunErrorTrace.fromJson(Map json_)

Properties

code ↔ String?
Indicates the error reason code.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
mostCommonHttpErrorCode ↔ int?
If the scan encounters TOO_MANY_HTTP_ERRORS, this field indicates the most common HTTP error code, if such is available.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scanConfigError ↔ ScanConfigError?
If the scan encounters SCAN_CONFIG_ISSUE error, this field has the error message encountered during scan configuration validation that is performed before each scan run.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited