public sealed class ScanConfigError : IMessage<ScanConfigError>, IEquatable<ScanConfigError>, IDeepCloneable<ScanConfigError>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class ScanConfigError.
Defines a custom error message used by CreateScanConfig and UpdateScanConfig
APIs when scan configuration validation fails. It is also reported as part of
a ScanRunErrorTrace message if scan validation fails due to a scan
configuration error.
Output only. Indicates the full name of the ScanConfig field that triggers this error,
for example "scan_config.max_qps". This field is provided for
troubleshooting purposes only and its actual value can change in the
future.
[[["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."],[[["This document provides reference documentation for the `ScanConfigError` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.3.0."],["`ScanConfigError` is used to define custom error messages that are reported when scan configuration validation fails during the use of `CreateScanConfig` and `UpdateScanConfig` APIs."],["The `ScanConfigError` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality checks, and deep cloning."],["Key properties of the `ScanConfigError` class include `Code`, which indicates the specific reason for the configuration failure, and `FieldName`, which specifies the name of the ScanConfig field that caused the error."],["The documentation details the inheritance, implementation, constructors, and properties of `ScanConfigError`, along with providing links to related documentation and API references for different versions from 1.0.0 to 2.5.0."]]],[]]