Scan Run Error Trace Response
data class ScanRunErrorTraceResponse(val code: String, val mostCommonHttpErrorCode: Int, val scanConfigError: ScanConfigErrorResponse)
Output only. Defines an error trace message for a ScanRun.
Properties
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.