Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class ScanRunErrorTrace.
Output only.
Defines an error trace message for a ScanRun.
Generated from protobuf message google.cloud.websecurityscanner.v1.ScanRunErrorTrace
Namespace
Google \ Cloud \ WebSecurityScanner \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ code
int
Output only. Indicates the error reason code.
↳ scan_config_error
ScanConfigError
Output only. 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.
↳ most_common_http_error_code
int
Output only. 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.
getCode
Output only. Indicates the error reason code.
int
setCode
Output only. Indicates the error reason code.
var
int
$this
getScanConfigError
Output only. 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.
hasScanConfigError
clearScanConfigError
setScanConfigError
Output only. 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.
$this
getMostCommonHttpErrorCode
Output only. 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.
int
setMostCommonHttpErrorCode
Output only. 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.
var
int
$this