Module: Google::Cloud::WebSecurityScanner::V1::ScanRunErrorTrace::Code

Defined in:
proto_docs/google/cloud/websecurityscanner/v1/scan_run_error_trace.rb

Overview

Output only. Defines an error reason code. Next id: 8

Constant Summary collapse

CODE_UNSPECIFIED =

Default value is never used.

0
INTERNAL_ERROR =

Indicates that the scan run failed due to an internal server error.

1
SCAN_CONFIG_ISSUE =

Indicates a scan configuration error, usually due to outdated ScanConfig settings, such as starting_urls or the DNS configuration.

2
AUTHENTICATION_CONFIG_ISSUE =

Indicates an authentication error, usually due to outdated ScanConfig authentication settings.

3
TIMED_OUT_WHILE_SCANNING =

Indicates a scan operation timeout, usually caused by a very large site.

4
TOO_MANY_REDIRECTS =

Indicates that a scan encountered excessive redirects, either to authentication or some other page outside of the scan scope.

5
TOO_MANY_HTTP_ERRORS =

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.

6