Class ScanConfigError (1.3.0)

ScanConfigError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines a custom error message used by CreateScanConfig and UpdateScanConfig APIs when scan configuration validation fails. It is also reported as part of a ScanRunErrorTrace message if scan validation fails due to a scan configuration error.

Attributes

NameDescription
code google.cloud.websecurityscanner_v1.types.ScanConfigError.Code
Output only. Indicates the reason code for a configuration failure.
field_name str
Output only. Indicates the full name of the ScanConfig field that triggers this error, for example "scan_config.max_qps". This field is provided for troubleshooting purposes only and its actual value can change in the future.

Classes

Code

Code(value)

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