public sealed class ScanRunErrorTrace : IMessage<ScanRunErrorTrace>, IEquatable<ScanRunErrorTrace>, IDeepCloneable<ScanRunErrorTrace>, IBufferMessage, IMessage
Output only. Defines an error trace message for a ScanRun.
Implements
IMessage<ScanRunErrorTrace>, IEquatable<ScanRunErrorTrace>, IDeepCloneable<ScanRunErrorTrace>, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
ScanRunErrorTrace()
public ScanRunErrorTrace()
ScanRunErrorTrace(ScanRunErrorTrace)
public ScanRunErrorTrace(ScanRunErrorTrace other)
Parameter | |
---|---|
Name | Description |
other | ScanRunErrorTrace |
Properties
Code
public ScanRunErrorTrace.Types.Code Code { get; set; }
Output only. Indicates the error reason code.
Property Value | |
---|---|
Type | Description |
ScanRunErrorTrace.Types.Code |
MostCommonHttpErrorCode
public int MostCommonHttpErrorCode { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Int32 |
ScanConfigError
public ScanConfigError ScanConfigError { get; set; }
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.
Property Value | |
---|---|
Type | Description |
ScanConfigError |