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"]],[["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 webpage provides documentation for the `ScanConfigError` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, part of the .NET library."],["`ScanConfigError` defines custom error messages for scan configuration validation failures in the `CreateScanConfig` and `UpdateScanConfig` APIs, as well as in `ScanRunErrorTrace` messages."],["The latest version of the API is 2.5.0, with versions ranging back to 1.0.0 available for review, and this class specifically was introduced in 1.1.0."],["`ScanConfigError` contains properties such as `Code`, which indicates the reason for a configuration failure, and `FieldName`, which specifies the problematic field within the `ScanConfig`."],["The ScanConfigError class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]