mostCommonHttpErrorCode property

int? mostCommonHttpErrorCode
getter/setter pair

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.

Output only.

Implementation

core.int? mostCommonHttpErrorCode;