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 page provides documentation for the `ScanRunErrorTrace` class within the Google Cloud Web Security Scanner v1 API, outlining its structure, usage, and error handling capabilities."],["The `ScanRunErrorTrace` class is designed to be output-only and define error trace messages specifically for a `ScanRun` within the API, using the latest version of 2.5.0, and also supporting other versions down to 1.0.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's Protocol Buffers and .NET frameworks."],["Key properties of `ScanRunErrorTrace` include `Code` to indicate the error reason, `MostCommonHttpErrorCode` to specify the most frequent HTTP error code encountered during a scan, and `ScanConfigError` to show error messages during pre-scan validation."],["The class has 2 constructors, `ScanRunErrorTrace()` and `ScanRunErrorTrace(ScanRunErrorTrace other)`, allowing it to create a new instance and to copy it respectively."]]],[]]