ScanConfigErrorCode

enum ScanConfigErrorCode : Enum<ScanConfigErrorCode> , ConvertibleToJava<ScanConfigErrorCode>

Indicates the reason code for a configuration failure.

Entries

Link copied to clipboard

There is no error.

Link copied to clipboard

There is no error.

Link copied to clipboard

Indicates an internal server error. Please DO NOT USE THIS ERROR CODE unless the root cause is truly unknown.

Link copied to clipboard

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.

Link copied to clipboard

One of the seed URLs is an App Engine URL but we cannot access the App Engine API to validate scan settings.

Link copied to clipboard

One of the seed URLs is an App Engine URL but the Default Host of the App Engine is not set.

Link copied to clipboard

Google corporate accounts can not be used for scanning.

Link copied to clipboard

The account of the scan creator can not be used for scanning.

Link copied to clipboard

This scan targets Compute Engine, but we cannot validate scan settings due to a Compute Engine API backend error.

Link copied to clipboard

This scan targets Compute Engine, but we cannot access the Compute Engine API to validate the scan settings.

The Custom Login URL does not belong to the current project.

Link copied to clipboard

The Custom Login URL is malformed (can not be parsed).

Link copied to clipboard

The Custom Login URL is mapped to a non-routable IP address in DNS.

Link copied to clipboard

The Custom Login URL is mapped to an IP address which is not reserved for the current project.

Link copied to clipboard

The Custom Login URL has a non-routable IP address.

Link copied to clipboard

The Custom Login URL has an IP address which is not reserved for the current project.

Link copied to clipboard

Another scan with the same name (case-sensitive) already exists.

Link copied to clipboard

A field is set to an invalid value.

Link copied to clipboard

There was an error trying to authenticate to the scan target.

Link copied to clipboard

Finding type value is not specified in the list findings request.

Link copied to clipboard

Scan targets Compute Engine, yet current project was not whitelisted for Google Compute Engine Scanning Alpha access.

Link copied to clipboard

User tries to update managed scan

Link copied to clipboard

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.

Link copied to clipboard

The supplied resource name is malformed (can not be parsed).

Link copied to clipboard

The current project is not in an active state.

Link copied to clipboard

A required field is not set.

Link copied to clipboard

Project id, scanconfig id, scanrun id, or finding id are not consistent with each other in resource name.

Link copied to clipboard

The scan being requested to start is already running.

Link copied to clipboard

The scan that was requested to be stopped is not running.

Link copied to clipboard

One of the seed URLs does not belong to the current project.

Link copied to clipboard

One of the seed URLs is malformed (can not be parsed).

Link copied to clipboard

One of the seed URLs is mapped to a non-routable IP address in DNS.

Link copied to clipboard

One of the seed URLs is mapped to an IP address which is not reserved for the current project.

Link copied to clipboard

One of the seed URLs has on-routable IP address.

Link copied to clipboard

One of the seed URLs has an IP address that is not reserved for the current project.

Link copied to clipboard

The Web Security Scanner service account is not configured under the project.

Link copied to clipboard

A project has reached the maximum number of scans.

Link copied to clipboard

Resolving the details of the current project fails.

Link copied to clipboard

One or more blacklist patterns were in the wrong format.

Link copied to clipboard

The supplied filter is not supported.

Link copied to clipboard

The supplied finding type is not supported. For example, we do not provide findings of the given finding type.

Link copied to clipboard

The URL scheme of one or more of the supplied URLs is not supported.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: ScanConfigErrorCode
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): ScanConfigErrorCode
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.