public sealed class ScanConfigError : IMessage<ScanConfigError>, IEquatable<ScanConfigError>, IDeepCloneable<ScanConfigError>, IBufferMessage, IMessage
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"]],[["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 webpage details the `ScanConfigError` class, which is used to report validation failures in scan configurations within the Google Cloud Web Security Scanner."],["The `ScanConfigError` class is part of the `Google.Cloud.WebSecurityScanner.V1` namespace and is implemented through various interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ScanConfigError` class includes two main properties: `Code`, which specifies the reason for the configuration failure, and `FieldName`, which provides the name of the field causing the error."],["This is a list of the versions of the documentation for the `ScanConfigError` class, with the latest being 2.5.0 and the earliest being 1.0.0, allowing users to access documentation for specific versions."]]],[]]