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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eScanRunErrorTrace\u003c/code\u003e class within the Google Cloud Web Security Scanner v1 API, outlining its structure, usage, and error handling capabilities.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScanRunErrorTrace\u003c/code\u003e class is designed to be output-only and define error trace messages specifically for a \u003ccode\u003eScanRun\u003c/code\u003e within the API, using the latest version of 2.5.0, and also supporting other versions down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, showcasing its integration with Google's Protocol Buffers and .NET frameworks.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eScanRunErrorTrace\u003c/code\u003e include \u003ccode\u003eCode\u003c/code\u003e to indicate the error reason, \u003ccode\u003eMostCommonHttpErrorCode\u003c/code\u003e to specify the most frequent HTTP error code encountered during a scan, and \u003ccode\u003eScanConfigError\u003c/code\u003e to show error messages during pre-scan validation.\u003c/p\u003e\n"],["\u003cp\u003eThe class has 2 constructors, \u003ccode\u003eScanRunErrorTrace()\u003c/code\u003e and \u003ccode\u003eScanRunErrorTrace(ScanRunErrorTrace other)\u003c/code\u003e, allowing it to create a new instance and to copy it respectively.\u003c/p\u003e\n"]]],[],null,[]]