public enum Code
Output only. Defines an error reason code. Next id: 7
Namespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Fields | |
---|---|
Name | Description |
AuthenticationConfigIssue | 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. |
Unspecified | Default value is never used. |