public sealed class ScanRunErrorTrace : IMessage<ScanRunErrorTrace>, IEquatable<ScanRunErrorTrace>, IDeepCloneable<ScanRunErrorTrace>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class ScanRunErrorTrace.
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."],[[["This documentation pertains to the `ScanRunErrorTrace` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.4.0, and its purpose is to trace errors during a scan run."],["The `ScanRunErrorTrace` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the API."],["Key properties of the `ScanRunErrorTrace` class include `Code` (the error reason), `MostCommonHttpErrorCode` (the most frequent HTTP error encountered), and `ScanConfigError` (errors found during scan configuration), all of which are designated as output only."],["The documentation outlines the available versions of the `ScanRunErrorTrace` class, ranging from version 1.0.0 to the latest version 2.5.0."],["The `ScanRunErrorTrace` class features two constructors, one default and one that allows for creating a new instance based on an existing `ScanRunErrorTrace` object."]]],[]]