public sealed class ScanRunErrorTrace : IMessage<ScanRunErrorTrace>, IEquatable<ScanRunErrorTrace>, IDeepCloneable<ScanRunErrorTrace>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class ScanRunErrorTrace.
Output only. Defines an error trace message for a ScanRun.
Implements
IMessageScanRunErrorTrace, IEquatableScanRunErrorTrace, IDeepCloneableScanRunErrorTrace, 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 |
ScanRunErrorTraceTypesCode |
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 |
int |
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 |