ScanRunErrorTraceCode

enum ScanRunErrorTraceCode : Enum<ScanRunErrorTraceCode> , ConvertibleToJava<ScanRunErrorTraceCode>

Indicates the error reason code.

Entries

Link copied to clipboard

Default value is never used.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Indicates that some of the starting web urls returned HTTP errors during the scan.

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: ScanRunErrorTraceCode
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): ScanRunErrorTraceCode
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.