invalidPage property

String? invalidPage
getter/setter pair

Page was crawled successfully, but was detected as either a page with no content or an error page. Possible string values are:

  • "INVALID_PAGE_UNSPECIFIED" : Default value that should never be used.
  • "EMPTY_OR_ERROR_PAGE" : Page was empty or had an error.

Implementation

core.String? invalidPage;