GoogleApi.WebSecurityScanner.V1.Model.ScanRunErrorTrace (google_api_web_security_scanner v0.16.0) 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
Specs
t() :: %GoogleApi.WebSecurityScanner.V1.Model.ScanRunErrorTrace{
code: String.t() | nil,
mostCommonHttpErrorCode: integer() | nil,
scanConfigError:
GoogleApi.WebSecurityScanner.V1.Model.ScanConfigError.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.