Enum ScanRunErrorTrace.Code (2.41.0)

public enum ScanRunErrorTrace.Code extends Enum<ScanRunErrorTrace.Code> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.websecurityscanner.v1.ScanRunErrorTrace.Code

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTHENTICATION_CONFIG_ISSUE

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

AUTHENTICATION_CONFIG_ISSUE = 3;

AUTHENTICATION_CONFIG_ISSUE_VALUE

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

AUTHENTICATION_CONFIG_ISSUE = 3;

CODE_UNSPECIFIED

Default value is never used.

CODE_UNSPECIFIED = 0;

CODE_UNSPECIFIED_VALUE

Default value is never used.

CODE_UNSPECIFIED = 0;

INTERNAL_ERROR

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

INTERNAL_ERROR = 1;

INTERNAL_ERROR_VALUE

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

INTERNAL_ERROR = 1;

SCAN_CONFIG_ISSUE

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

SCAN_CONFIG_ISSUE = 2;

SCAN_CONFIG_ISSUE_VALUE

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

SCAN_CONFIG_ISSUE = 2;

TIMED_OUT_WHILE_SCANNING

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

TIMED_OUT_WHILE_SCANNING = 4;

TIMED_OUT_WHILE_SCANNING_VALUE

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

TIMED_OUT_WHILE_SCANNING = 4;

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.

TOO_MANY_HTTP_ERRORS = 6;

TOO_MANY_HTTP_ERRORS_VALUE

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.

TOO_MANY_HTTP_ERRORS = 6;

TOO_MANY_REDIRECTS

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

TOO_MANY_REDIRECTS = 5;

TOO_MANY_REDIRECTS_VALUE

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

TOO_MANY_REDIRECTS = 5;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()