reason property

String? reason
getter/setter pair

Reason of destination not crawlable. Possible string values are:

  • "REASON_UNSPECIFIED" : Default value that should never be used.
  • "UNREACHABLE_ROBOTS" : Site's robots exclusion file (for example, robots.txt) was unreachable.
  • "TIMEOUT_ROBOTS" : Timed out reading site's robots exclusion file (for example, robots.txt).
  • "ROBOTED_DENIED" : Crawler was disallowed by the site's robots exclusion file (for example, robots.txt).
  • "UNKNOWN" : Unknown reason.

Implementation

core.String? reason;