Web Security Scanner V1beta API - Class Google::Cloud::WebSecurityScanner::V1beta::ScanRunErrorTrace (v0.9.0)

Reference documentation and code samples for the Web Security Scanner V1beta API class Google::Cloud::WebSecurityScanner::V1beta::ScanRunErrorTrace.

Output only. Defines an error trace message for a ScanRun.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#code

def code() -> ::Google::Cloud::WebSecurityScanner::V1beta::ScanRunErrorTrace::Code
Returns

#code=

def code=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::ScanRunErrorTrace::Code
Parameter
Returns

#most_common_http_error_code

def most_common_http_error_code() -> ::Integer
Returns
  • (::Integer) — 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.

#most_common_http_error_code=

def most_common_http_error_code=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#scan_config_error

def scan_config_error() -> ::Google::Cloud::WebSecurityScanner::V1beta::ScanConfigError
Returns

#scan_config_error=

def scan_config_error=(value) -> ::Google::Cloud::WebSecurityScanner::V1beta::ScanConfigError
Parameter
Returns