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"]],[["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."],[[["The `ScanConfigError` class in the Google Cloud Web Security Scanner v1 API provides a custom error message for scan configuration validation failures during `CreateScanConfig` and `UpdateScanConfig` API calls."],["`ScanConfigError` is part of the `Google.Cloud.WebSecurityScanner.V1` namespace, found within the `Google.Cloud.WebSecurityScanner.V1.dll` assembly, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties such as `Code`, which indicates the reason for the configuration failure, and `FieldName`, which specifies the scan configuration field that caused the error, for troubleshooting."],["The document provides documentation for the `ScanConfigError` class, and its current version is 2.4.0, although multiple other versions are available, with the most recent version being 2.5.0."],["The class supports two constructors : `ScanConfigError()` and `ScanConfigError(ScanConfigError other)` that allows to create an instance of the `ScanConfigError` class."]]],[]]