ScanRunErrorTraceResponse

data class ScanRunErrorTraceResponse(val code: String, val mostCommonHttpErrorCode: Int, val scanConfigError: ScanConfigErrorResponse)

Output only. Defines an error trace message for a ScanRun.

Constructors

Link copied to clipboard
fun ScanRunErrorTraceResponse(code: String, mostCommonHttpErrorCode: Int, scanConfigError: ScanConfigErrorResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the error reason code.

Link copied to clipboard

If the scan encounters TOO_MANY_HTTP_ERRORS, this field indicates the most common HTTP error code, if such is available. For example, if this code is 404, the scan has encountered too many NOT_FOUND responses.

Link copied to clipboard

If the scan encounters SCAN_CONFIG_ISSUE error, this field has the error message encountered during scan configuration validation that is performed before each scan run.