Web Security Scanner v1 API - Class ScanRunErrorTrace (2.4.0)

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.

Inheritance

object > ScanRunErrorTrace

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

ScanRunErrorTrace()

public ScanRunErrorTrace()

ScanRunErrorTrace(ScanRunErrorTrace)

public ScanRunErrorTrace(ScanRunErrorTrace other)
Parameter
NameDescription
otherScanRunErrorTrace

Properties

Code

public ScanRunErrorTrace.Types.Code Code { get; set; }

Output only. Indicates the error reason code.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
ScanConfigError