public sealed class ScanRunErrorTrace : IMessage<ScanRunErrorTrace>, IEquatable<ScanRunErrorTrace>, IDeepCloneable<ScanRunErrorTrace>, IBufferMessage, IMessage
Output only.
Defines an error trace message for a ScanRun.
Output only. If the scan encounters TOO_MANY_HTTP_ERRORS, this field indicates the most
common HTTP error code, if such is available. For example, if this code is
404, the scan has encountered too many NOT_FOUND responses.
public ScanConfigError ScanConfigError { get; set; }
Output only. 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `ScanRunErrorTrace` is 2.5.0, with several older versions also documented, including 1.2.0, the version for the current page."],["`ScanRunErrorTrace` is a class that defines an error trace message for a `ScanRun`, and is marked as \"Output only\"."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["Key properties of the `ScanRunErrorTrace` class include `Code`, which indicates the error reason, `MostCommonHttpErrorCode`, indicating the most frequent HTTP error, and `ScanConfigError`, with the error message during scan validation."],["There are two constructors available for `ScanRunErrorTrace`, one that is empty and one that takes another `ScanRunErrorTrace` as an argument."]]],[]]