google_api_web_security_scanner v0.12.0 GoogleApi.WebSecurityScanner.V1.Model.ScanConfigError View Source

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

  • code (type: String.t, default: nil) - Output only. Indicates the reason code for a configuration failure.
  • fieldName (type: String.t, default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.WebSecurityScanner.V1.Model.ScanConfigError{
  code: String.t(),
  fieldName: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.