Indicates an authentication error, usually due to outdated ScanConfig
authentication settings.
InternalError
Indicates that the scan run failed due to an internal server error.
ScanConfigIssue
Indicates a scan configuration error, usually due to outdated ScanConfig
settings, such as starting_urls or the DNS configuration.
TimedOutWhileScanning
Indicates a scan operation timeout, usually caused by a very large site.
TooManyHttpErrors
Indicates that a scan encountered numerous errors from the web site
pages. When available, most_common_http_error_code field indicates the
most common HTTP error code encountered during the scan.
TooManyRedirects
Indicates that a scan encountered excessive redirects, either to
authentication or some other page outside of the scan scope.
[[["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."],[[["The webpage documents the `Code` enum within the `Google.Cloud.WebSecurityScanner.V1` namespace, defining error reason codes for web security scans."],["The latest version documented is 2.5.0, while the oldest is 1.0.0, indicating a range of versions available for the web security scanner."],["The `Code` enum includes error types such as `AuthenticationConfigIssue`, `InternalError`, `ScanConfigIssue`, `TimedOutWhileScanning`, `TooManyHttpErrors`, `TooManyRedirects`, and `Unspecified`."],["Each error type in the `Code` enum has a specific description detailing the nature of the issue, like outdated scan settings, internal server errors, or excessive redirects."],["The documented versions of the `Google.Cloud.WebSecurityScanner.V1` component are for the .NET framework, as indicated by the assembly file name `Google.Cloud.WebSecurityScanner.V1.dll`."]]],[]]