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

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

Attributes

  • code (type: String.t, default: nil) - Output only. Indicates the error reason code.
  • mostCommonHttpErrorCode (type: integer(), default: nil) - 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.
  • scanConfigError (type: GoogleApi.WebSecurityScanner.V1.Model.ScanConfigError.t, default: nil) - 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.

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.ScanRunErrorTrace{
  code: String.t(),
  mostCommonHttpErrorCode: integer(),
  scanConfigError: GoogleApi.WebSecurityScanner.V1.Model.ScanConfigError.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.