GoogleApi.WebSecurityScanner.V1.Model.ScanRunErrorTrace (google_api_web_security_scanner v0.19.0)
View SourceOutput 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WebSecurityScanner.V1.Model.ScanRunErrorTrace{ code: String.t() | nil, mostCommonHttpErrorCode: integer() | nil, scanConfigError: GoogleApi.WebSecurityScanner.V1.Model.ScanConfigError.t() | nil }