Module: Google::Cloud::WebSecurityScanner::V1::ScanConfigError::Code
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1/scan_config_error.rb
Overview
Output only. Defines an error reason code. Next id: 44
Constant Summary collapse
- CODE_UNSPECIFIED =
There is no error.
0
- OK =
There is no error.
0
- INTERNAL_ERROR =
Indicates an internal server error. Please DO NOT USE THIS ERROR CODE unless the root cause is truly unknown.
1
- APPENGINE_API_BACKEND_ERROR =
One of the seed URLs is an App Engine URL but we cannot validate the scan settings due to an App Engine API backend error.
2
- APPENGINE_API_NOT_ACCESSIBLE =
One of the seed URLs is an App Engine URL but we cannot access the App Engine API to validate scan settings.
3
- APPENGINE_DEFAULT_HOST_MISSING =
One of the seed URLs is an App Engine URL but the Default Host of the App Engine is not set.
4
- CANNOT_USE_GOOGLE_COM_ACCOUNT =
Google corporate accounts can not be used for scanning.
6
- CANNOT_USE_OWNER_ACCOUNT =
The account of the scan creator can not be used for scanning.
7
- COMPUTE_API_BACKEND_ERROR =
This scan targets Compute Engine, but we cannot validate scan settings due to a Compute Engine API backend error.
8
- COMPUTE_API_NOT_ACCESSIBLE =
This scan targets Compute Engine, but we cannot access the Compute Engine API to validate the scan settings.
9
- CUSTOM_LOGIN_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT =
The Custom Login URL does not belong to the current project.
10
- CUSTOM_LOGIN_URL_MALFORMED =
The Custom Login URL is malformed (can not be parsed).
11
- CUSTOM_LOGIN_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS =
The Custom Login URL is mapped to a non-routable IP address in DNS.
12
- CUSTOM_LOGIN_URL_MAPPED_TO_UNRESERVED_ADDRESS =
The Custom Login URL is mapped to an IP address which is not reserved for the current project.
13
- CUSTOM_LOGIN_URL_HAS_NON_ROUTABLE_IP_ADDRESS =
The Custom Login URL has a non-routable IP address.
14
- CUSTOM_LOGIN_URL_HAS_UNRESERVED_IP_ADDRESS =
The Custom Login URL has an IP address which is not reserved for the current project.
15
- DUPLICATE_SCAN_NAME =
Another scan with the same name (case-sensitive) already exists.
16
- INVALID_FIELD_VALUE =
A field is set to an invalid value.
18
- FAILED_TO_AUTHENTICATE_TO_TARGET =
There was an error trying to authenticate to the scan target.
19
- FINDING_TYPE_UNSPECIFIED =
Finding type value is not specified in the list findings request.
20
- FORBIDDEN_TO_SCAN_COMPUTE =
Scan targets Compute Engine, yet current project was not whitelisted for Google Compute Engine Scanning Alpha access.
21
- FORBIDDEN_UPDATE_TO_MANAGED_SCAN =
User tries to update managed scan
43
- MALFORMED_FILTER =
The supplied filter is malformed. For example, it can not be parsed, does not have a filter type in expression, or the same filter type appears more than once.
22
- MALFORMED_RESOURCE_NAME =
The supplied resource name is malformed (can not be parsed).
23
- PROJECT_INACTIVE =
The current project is not in an active state.
24
- REQUIRED_FIELD =
A required field is not set.
25
- RESOURCE_NAME_INCONSISTENT =
Project id, scanconfig id, scanrun id, or finding id are not consistent with each other in resource name.
26
- SCAN_ALREADY_RUNNING =
The scan being requested to start is already running.
27
- SCAN_NOT_RUNNING =
The scan that was requested to be stopped is not running.
28
- SEED_URL_DOES_NOT_BELONG_TO_CURRENT_PROJECT =
One of the seed URLs does not belong to the current project.
29
- SEED_URL_MALFORMED =
One of the seed URLs is malformed (can not be parsed).
30
- SEED_URL_MAPPED_TO_NON_ROUTABLE_ADDRESS =
One of the seed URLs is mapped to a non-routable IP address in DNS.
31
- SEED_URL_MAPPED_TO_UNRESERVED_ADDRESS =
One of the seed URLs is mapped to an IP address which is not reserved for the current project.
32
- SEED_URL_HAS_NON_ROUTABLE_IP_ADDRESS =
One of the seed URLs has on-routable IP address.
33
- SEED_URL_HAS_UNRESERVED_IP_ADDRESS =
One of the seed URLs has an IP address that is not reserved for the current project.
35
- SERVICE_ACCOUNT_NOT_CONFIGURED =
The Web Security Scanner service account is not configured under the project.
36
- TOO_MANY_SCANS =
A project has reached the maximum number of scans.
37
- UNABLE_TO_RESOLVE_PROJECT_INFO =
Resolving the details of the current project fails.
38
- UNSUPPORTED_BLACKLIST_PATTERN_FORMAT =
One or more blacklist patterns were in the wrong format.
39
- UNSUPPORTED_FILTER =
The supplied filter is not supported.
40
- UNSUPPORTED_FINDING_TYPE =
The supplied finding type is not supported. For example, we do not provide findings of the given finding type.
41
- UNSUPPORTED_URL_SCHEME =
The URL scheme of one or more of the supplied URLs is not supported.
42